This issue is resolved when I added
#include “../../MySharedLib/API/MySharedLib.cpp”
i.e. when I give relative path, it works smoothly.
I dont want to give path this way. Please guide me.
Note:
When I type #include “../../
following folders are shown up:
MySharedLib, LinuxApp, 000, 001, 002
all of the above folders are at the same level .. is that little weird?
Because my project folder contains only two folders viz. MySharedLib & LinuxApp
and 000, 001, 002 ….these are not present there