I get errors saying XYZ.h header file is not included though I have included them everywhere. Please help me on how to resolve them.
Regards,
S Sachin Goud
I get errors saying XYZ.h header file is not included though I have included them everywhere. Please help me on how to resolve them.
Regards,
S Sachin Goud
You might need to tell compiler where to look for it. -I/path/to/some/dir/with/include
Thank you very much for your reply. I had actually not included the path of the header file.
Thank you very much for your reply. I had actually not included the path of the header file.