New problem. Managed to compile the sample code in the setup tutorial. Attempting to compile the sample code from the "Opening a window" tutorial, and I get these errors. What gives?
1>------ Build started: Project: SFMLtest01, Configuration: Debug Win32 ------
1> test.cpp
1> LINK : C:\Users\Bacu\Documents\Visual Studio 2010\Projects\SFMLtest01\Debug\SFMLtest01.exe not found or not built by the last incremental link; performing full link
1>test.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall sf::Window::~Window(void)" (??1Window@sf@@UAE@XZ) referenced in function _main
1>test.obj : error LNK2019: unresolved external symbol "public: void __thiscall sf::Window::Display(void)" (?Display@Window@sf@@QAEXXZ) referenced in function _main
1>test.obj : error LNK2019: unresolved external symbol "public: __thiscall sf::Window::Window(class sf::VideoMode,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long,struct sf::WindowSettings const &)" (??0Window@sf@@QAE@VVideoMode@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@KABUWindowSettings@1@@Z) referenced in function _main
1>test.obj : error LNK2019: unresolved external symbol "public: __thiscall sf::VideoMode::VideoMode(unsigned int,unsigned int,unsigned int)" (??0VideoMode@sf@@QAE@III@Z) referenced in function _main
1>C:\Users\Bacu\Documents\Visual Studio 2010\Projects\SFMLtest01\Debug\SFMLtest01.exe : fatal error LNK1120: 4 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========