Intel® C++ Compiler XE 13.1 User and Reference Guides
Tells the preprocessor to include a specified file name as the header file.
Windows: Advanced > Forced Include File (VS 2010)
Advanced > Force Includes (VS 2008)
Linux: None
OS X: None
All
Linux and OS X: | None |
Windows: | /FIfilename |
filename |
Is the file name to be included as the header file. |
OFF |
The compiler uses default header files. |
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.
None