FI

Tells the preprocessor to include a specified filename as the header file.

IDE Equivalent

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

Architectures

IA-32 architecture, Intel® 64 architecture, IA-64 architecture

Syntax

Linux and Mac OS: None
Windows:    /FIfile

Arguments

file      Is the file name to be included as the header file.

Default

OFF      The compiler uses default header files.

Description

This option tells the preprocessor to include a specified file name as the header file.

The file specified with /FI is included in the compilation before the first line of the primary source file.

Alternate Options

None