description | title | ms.date | ms.assetid |
---|---|---|---|
Learn more about: VC++ Directories (Linux C++) |
VC++ Directories (Linux C++) |
06/07/2019 |
12d45b93-0a5c-455e-b12a-9b9aad9a6d6c |
::: moniker range="msvc-140"
Linux support is available in Visual Studio 2017 and later.
::: moniker-end
::: moniker range=">=msvc-150"
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. |
::: moniker-end