I think that the tutorial should mention thisThe tutorials for SFML 2.2 will mention it, since this doesn't apply to previous versions.
warning LNK4099: PDB 'sfml-main-d.pdb' was not found with 'sfml-main-d.lib(SFML_Main.cpp.obj)'BTW: This is clearly no error. Instead, it's a warning for your debug build that the debug symbols can't be found. Won't be there in release, though.