User-389597101 posted
Hi
I am new to VC++.net, even I didn't have any exposure about C++
I have opened an existing project.
But I am getting the errors in include directive
#include <Test/testnamespaces.h>
when I compile the program the complier was unable to find the header file.
Then I have created a folder called Test and include the file testnamespaces.h
But still I am getting the same error.
Can anyone please tell me How to set the include path.