Use the Directories panel to specify the directories paths. The following figure shows the Directories panel.
The table below lists and describes the various options available on the Directories panel.
| Option | Description |
|---|---|
| Include paths ( -I) | This option changes the build target's search order of access paths to start with the system paths list. The compiler can search #include files in several different ways. You can also set the search order as follows: For include statements of the form #include"xyz", the compiler first searches user paths, then the system paths For include statements of the form #include<xyz>, the compiler searches only system paths This option is global. |