3
« on: June 14, 2013, 01:00:09 am »
Hi everyone I'm new here and I'm having some trouble setting up SFML 2.0 in Visual Studio 2012 Desktop.
I have these errors after trying to write the sample app:
Warning 1 warning C4627: '#include <SFML/Graphics.hpp>': skipped when looking for precompiled header use c:\users\gigatron\documents\visual studio 2012\projects\sfml basics_1\sfml basics_1\main.cpp 1 1 SFML BASICS_1
Error 2 error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\users\gigatron\documents\visual studio 2012\projects\sfml basics_1\sfml basics_1\main.cpp 25 1 SFML BASICS_1
3 IntelliSense: command-line error: invalid macro definition: SFML-STATIC c:\Users\GigaTron\Documents\Visual Studio 2012\Projects\SFML BASICS_1\SFML BASICS_1\Main.cpp 1 1 SFML BASICS_1
I am pretty much new to C++ so please give as much details for this noob!