HI
I am getting this error
Error 11 fatal error C1083: Cannot open include file: 'Test/Testnamespaces.h': No such file or directory
I have included the following statement in the code
using namespace Test;
Can anyone please tell me the reason for this .