Quote:
Originally Posted by ector
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 
|
Thanks! I managed to fix it. I have VS installed on a seperate drive, and it seems custom install directories don't automatically get linked, so I had to add it manually.