|
I finally figured it out in one of those "well duh!" moments.
If you have a file you use for both MFC and non MFC apps, you can turn off precompiled headers for individual files! So when importing a file into an MFC project, just right click the file, select properties -> C/C++ -> Precompiled Headers and disable it for that file.
|