Tells the preprocessor to include a specified filename as the header file.
Windows: Advanced > Force Includes
Linux: None
Mac OS X: None
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
None |
Windows: |
/FIfile |
file |
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