Precompiled headers.
what are the steps to create the plecompiled header file "stdafx.h" ?
If I change the C++ option to "Create Precompiled Header (/Yc)" I have to do something else after that ?
And what about the "Use Precompiled Header (/Yu)" option? Where I use this one?
I can't use the "Automatically Generate (/YX)" option because it's not compatible with /clr option (managed application).
Please help!

