vote up 0 vote down star

In GCC you can use the '-include ' flag to automatically include a file in the compilation unit. Is there any equivalent method for this in MSVC?

flag

1 Answer

vote up 3 vote down check

In VS, you'll find it as: "Forced Include Files". The tag is /FI

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.