Hey lol I hope someone else will benefit from all my posts... I figure out how to solve the last warning the
Warning 2 warning LNK4099: PDB 'vc80.pdb' was not found with ; linking object as if no debug info sfml-audio-d.lib
I just changed all the Linker/Input/Added Dependants library to their none debug ones ie. sfml-Graphics.lib as oppose to sfml-Graphics-d.lib and then set configurations of the project to Release then re-built the project and all the warnings went away.
O some other settings too where
(C/C++)/Code Generation/runtime libraries set to Multi-threaded DLL (/MD)
and
Linker/general/Endable Incrementals Linking set to No (/INCREMENTAL:NO)
But the problem still holds when I try and compile the code in debug mode... it just gets fixed when I put in on release and the settings above