Something is wrong with your Windows SDK installation (btw, you did not have to install that, VS comes with enough windows headers), it's not finding the standard libraries. Very strange.
In any case, don't compile in Debug mode if you want any speed. Compile in Release mode. See that dropdown in the VS toolbar? Yeah that one. Change it