[gameprogrammer] Re: (no subject)

Julian Stanley wrote:
Hi,

I am trying to get microsoft visual C++ (2008 express) working, but it always
> gives me this error every time I build it. I have tried cleaning solution, > restarting my computer, and I have waited like a month and it still gives me
> the same error, any suggestions?

Have you tried following the suggestion in the error message? If you've got precompiled headers turned on (the default, I think), you need to have a file called stdafx.h with the bits you want precompiled in it. It can actually be empty, and it will work, you simply won't get any benefits from pre-compiled headers.
--
 Matthew Weigel
 hacker
 unique & idempot . ent

---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: