Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

showIncludes

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

Syntax

Linux:

None

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