-
I’m referencing a static library.
-
I’ve dragged the library project into my app project and reference it relatively.
-
The
.afile from the library is linked into my app target. -
I’ve added a reference to the librarys
.hfiles’ folder viaHeader Search Pathsin the app project. -
Then I add an import in my apps
.pchfile to a particular.hfile from the library.
I build and get this error:
some.h: No such file or directory
The project is given info on where to find .h files for the library. Why can’t it see them?
Try with
instead of