Setting the
include
paths and
define
directives (C/C++ Make project)
To set the
include
paths and
define
directives for a C/C++ Make project:
In the Project Explorer view, right-click your project and select
Properties
. The Properties dialog for the selected project appears.
On the left, expand
C/C++ Build
and select
Settings
. The
Settings
panel appears.
Select the
Tool settings
tab.
Select the appropriate compiler, language, and architecture for your project.
Click
Apply
.
On the left, expand
C/C++ General
and select
Paths and Symbols
.
The
Paths and Symbols
panel appears.
Specify any required
include
information.
Click
OK
.
Parent topic:
Opening headers