showIncludes

Tells the compiler to display a list of the include files.

IDE Equivalent

Windows: C/C++ > Advanced > Show Includes

Linux: None

Mac OS: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: None
Windows:    /showIncludes

Arguments

None

Default

OFF      The compiler does not display a list of the include files.

Description

This option tells the compiler to display a list of the include files. Nested include files (files that are included from the files that you include) are also displayed.

Alternate Options

None