Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 3/22/2024
Public
Document Table of Contents

showIncludes

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

Syntax

Linux:

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

Alternate Options

None