What do you suppose to do to create a preprocessor file for your project in MFC Visual C++? Do any body know the answer? I really appreciate it.
Printable View
What do you suppose to do to create a preprocessor file for your project in MFC Visual C++? Do any body know the answer? I really appreciate it.
The way I do it is Project | Settings | C++ tab. Then in the Project Options edit box, /P option at the end of the current settings. Don't forget to remove this later!