/FI - Preprocess specified Header File First (Windows CE 5.0)
This option causes the preprocessor to process the header file specified by filename before it processes files specified by #include preprocessor directives.
/FIfilename
If multiple /FI options are used, the associated files are processed in the order they are found in the CL environment variable, on the command line, or in a response file.
See Also
Send Feedback on this topic to the authors