Дополнительные каталоги включения Visual StudioC++

Программы на C++. Форум разработчиков
Anonymous
Дополнительные каталоги включения Visual Studio

Сообщение Anonymous »


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?


Источник: https://stackoverflow.com/questions/780 ... irectories

Вернуться в «C++»