|
-
February 19th, 2010, 08:12 PM
#2
Re: problem include my class in a win32 project
stdafx.h should be the first header file in all of the cpp files in your project. If you don't want to add it to your cpp file, then right-click on the file in the solution explorer, select properties then go to C++ -> precompiled headers and set it to off (it only affects that file).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|