On 11 November 2012 21:57, Arbol One <[email protected]> wrote: > > I have an error message that says: > > 1>------ Build started: Project: vsSara, Configuration: Debug Win32 ------ > > 1> exception.cpp > > 1>\exception\exception.cpp(470): fatal error C1010: unexpected end of file > while looking for precompiled header. Did you forget to add '#include > "StdAfx.h"' to your source? > > // vsSara.cpp > > #include "stdafx.h" > > What am I doing wrong?
In the "C/C++ > Precompiled Headers" section of the project's properties in Debug, check that precompiled headers are configured. Also, check that changing the casing of StdAfx.h in the properties to stdafx.h works (don't forget to make the change in "All Configurations" so it applies to Release mode as well). - Reece _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
