Hello! I'd really appreciate if someone could help me. Im using SDL for the first time and I do not know where I messed up because I followed a tutorial, however I keep getting this error: fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? If someone could please tell me how to fix this?
This is my code:
#include "stdafx.h"
#include <SDL.h>
#include "stdio.h"
const int SCREEN_WIDTH = 720;
const int SCREEN_HEIGHT = 480;