I believe this would do it, but am going to work atm, Thx for help.I' once had the exact same problem. The chance is that you are linking against release library when you are actually debugging.
Visit below link
http://en.sfml-dev.o...g60228#msg60228
EDIT:: SFML WORKS!
Name is fixed, my error was:
while at Project properties, Linker, Input, Aditional dependecies, i did it like this
sfml-window.libwhile debug needs to be
sfml-window-d.lib
Thanks for the help!