Hey
I followed the tutorial to set up my project but its not working =/
I use Visual Studio C++ 2010 Express.
I used the demonstrated code in the tutorial but i get a few errors which is as follows:
main.cpp(1): warning C4627: '#include <SFML/System.hpp>': skipped when looking for precompiled header use
Add directive to 'StdAfx.h' or rebuild precompiled header
main.cpp(2): warning C4627: '#include <iostream>': skipped when looking for precompiled header use
Add directive to 'StdAfx.h' or rebuild precompiled header
main.cpp(13): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "StdAfx.h"' to your source
I'm assuming i messed up the setup of the project but i can't work out what i got wrong, the tutorial doesn't quite follow the way 2010 works, as they made changes in 2010 so i'm wondering if some one knows what my mistake is..