VC++ Directories Property Page
Enables you to specify semicolon-delimited lists of directories that Visual Studio uses to build the current project. You access this property sheet by selecting Project | Properties and then expanding the Configuration Properties node in the left pane.
Important |
|---|
To see these options in Microsoft Visual C++ Express 2010, select Tools > Settings > Expert Settings. |
Many directories in the list are given as macros. To see the current value of any macro, select a row, for example Include Directories, then click on the drop-down arrow on the right and choose <Edit>. In the dialog that pops up, click on the Macros button to see the current value.
For more information, see the following blog posts: VC++ Directories, Inherited Properties and Property Sheets and Visual Studio 2010 C++ Project Upgrade Guide.
You can specify the following directory types.
To specify a per-project directory list
On the Project menu, click Properties. For more information, see How to: Open Project Property Pages.
In the Property Pages dialog box, click Configuration Properties and then click VC++ Directories.
To edit one of the directory lists, click its name, click the arrow that appears, and then click Edit to open a dialog box for the selected directory type.
You can add or remove values, and you can reorder any values that have been added. You can also select or clear Inherit from parent or project defaults.
NoteBy default, projects created by using Visual Studio inherit standard directory lists.
Use project property sheets to set up directory search paths for projects that can be shared by other users or that can be applied across multiple computers. For more information, see Property Sheets and MSBuild Macros (C++).