A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-6F6A30C8-5C80-4C8E-807C-CFD48EF8530A
Visible to Intel only — GUID: GUID-6F6A30C8-5C80-4C8E-807C-CFD48EF8530A
FI
Tells the preprocessor to include a specified file name as the header file.
Syntax
Linux: |
None |
Windows: |
/FIfilename |
Arguments
filename |
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.
IDE Equivalent
Visual Studio: Advanced > Forced Include File
Eclipse: None
Alternate Options
None