The Search Path for #include Files

The #include preprocessor directive tells the compiler to read source statements from another file. When specifying the file, you can enclose the filename in double quotes or in angle brackets. The filename can be a complete pathname, partial path information, or a filename with no path information.

See Section 3.5.2.1 for information on using the --include_path option. See Section 3.4.2 for more information on input file directories.