I downloaded and installed Visual Studio Express. I created a New Project (console) called test_1. VS popluates my project with a Hello World file with a strange (to me) include file called.
#include "stdafx.h"
When I click the little green arrow to run the project it asks if I want to build it and I say yes. From there it spits out a series of errors. The primary first few and rest look like this:
'test_1.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'test_1.exe': Loaded 'C:\Windows\System32\mscoree.dll', Cannot find or open the PDB file
These look like .dll files but VS seems to want to call them PDB files. Is there something else I need to install to get VS to run?