Intel® C++ Compiler 19.0 Developer Guide and Reference

showIncludes

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

Syntax

Linux and macOS:

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.

IDE Equivalent

Visual Studio: Advanced > Show Includes

Eclipse: None

Xcode: None

Alternate Options

None