| description | Learn more about: VC++ Directories (Linux C++) |
|---|---|
| title | VC++ Directories (Linux C++) |
| ms.date | 06/07/2019 |
| ms.assetid | 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