Visual Studio Additional Include Directories

69 Views Asked by At

I have .sln with two projects: library (.lib) and project (.exe), which use this library.

Library uses external header and has path to it in Additional Include Directories, but I confused that I also should add path to this header to Project's Additional Include Directories.

Shouldn't it work like: Library Additional Include Directories has all external paths and Project Additional Include Directories has only path to this Library?

0

There are 0 best solutions below