End Google Ads 201810 - BS.net 01 --> Hi Friends

I have function, show below coded in "Test.h"

void Msg()
{
....
}

I copied "Test.h" to include folder of VC++

Can i use Msg function in a project without adding "Test.h" in project solution ?

Just like below

In stdafx.h file

#include


thanks in advance

-kk.tvm-