/FI - Preprocess specified Header File First (Windows CE 5.0)

Send Feedback

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

Compiler Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.