|
Hi,
I am using user define header files.
If I put header file and .cpp file under same location then it is giving error for header files which is included in my .h (xyz.h) file.
for example, xyz.h file content
#include "pqr.h"
#include"abc.h"
.
.
etc
header files of pqr.h and abc.h are giving error while compilation.
Please help me ASAP.
|