|
Stdafx.cpp is not really needed for anything so you can delete it's reference from the project, or copy it from the older SDK (like you did), or create a new one (it basically only contains an include for stdafx.h).
Compile the plugin using the Win32 - Release config (3539 and up no longer use the debug version of MFC).
Last edited by Russ; Jun 10, 2008 at 02:08 PM.
|