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?