View Single Post
Old 05-12-2005, 09:18 AM   #2 (permalink)
QUantumAnenome
Code Monkey
 
Join Date: Mar 2005
Posts: 56
QUantumAnenome is on a distinguished road
Send a message via Yahoo to QUantumAnenome
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.
QUantumAnenome is offline   Reply With Quote