Hello, I'm running into this issue.. I'm not sure why its doing this.. but here is some of my code
main.h
#include <SFML/Graphics.hpp>
sf::RenderWindow App;
main.cpp
...
#include "main.h"
App.Create(sf::VideoMode(SCREEN_WIDTH, SCREEN_HEIGHT, 0x20), "Kinect Particles");
...
thanks!