Should .h be included when using the header search path?

  • I reference the old library .

  • I dragged the library project into my application project and reference it relatively .

  • The file .afrom the library is linked to my target program.

  • I added a link to the .hfiles library folder through Header Search Pathsin the application project.

  • Then I add the import to my application .pchfile to a specific file .hfrom the library.

I create and get this error:

some.h: No such file or directory

The project provides information on where to find .h files for the library. Why don't they see them?

+3
source share

Source: https://habr.com/ru/post/1708864/


All Articles