Intel® C++ Compiler XE 13.1 User and Reference Guides

showIncludes

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

IDE Equivalent

Windows: Advanced > Show Includes

Linux: None

OS X: None

Architectures

All

Syntax

Linux and OS X:

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


Submit feedback on this help topic