Does anyone know where I can download the 'stdafx.h' library?
Printable View
Does anyone know where I can download the 'stdafx.h' library?
You don't need it - it's just a "magic" file which VC++ uses for pre-compiled headers.
If you're using VC++, then turn off pre-compiled headers (project->settings)