Set the include paths and define directives (C/C++ Make project)

To set the include paths and define directives for a C/C++ Make project:

  1. In the Project Explorer view, right-click your project and select Properties. The Properties dialog for the selected project appears.
  2. On the left, expand C/C++ Build and select Settings. The Settings panel appears.
  3. Select the Tool settings tab.
  4. Select the appropriate compiler, language, and architecture for your project.
  5. Click Apply.
  6. On the left, expand C/C++ General and select Paths and Symbols. The Paths and Symbols panel appears.

  7. Specify any required include information.
  8. Click OK.