VC++ Directories (Linux C++)
Linux support is available in Visual Studio 2017 and later.
Property | Description |
---|---|
Include Directories | Path to use when searching for include files while building a VC++ project. Corresponds to environment variable INCLUDE. |
Library Directories | Path to use when searching for library files while building a VC++ project. Corresponds to environment variable LIB. |
Source Directories | Path to use when searching for source files to use for IntelliSense. |
Exclude Directories | Path to skip when searching for scan dependencies. |