Re: I'm stuck
There is some truth in Franky’s response.
You must have messed with project settings.
Go to project settings, select project (top). From the drop box select All Configurations. This way you will set it properly in both Debug and Release modes.
Go to C++ tab, select Precompiled headers.
Select “Use precompiled header file…”
In Through header box type stdafx.h.
Now expand tree, go and from expanded Source folder select StdAfx.cpp.
Select “Create precompiled header file…”
In Through header box type stdafx.h.
Hit OK and you should be on the right track.
John Cz
There are only 10 types of people in the world:
Those who understand binary and those who do not.