The question might sound dilly but couldnt find a proper answer.
I created a new project in VC++ 6.0 and included an existing header file into it but when I try to use it in a cpp file (also in the same project), I still have to include the header file specifying its exact location.
I thought if i add the header file to the project, i can just write
# include "xxx.h"
in my cpp file and the header file would be automatically found. Instead I am having to write the path of the header file in the include.
Am I missing something
Thanks,
KarthikR