The default file when I select console application is
#include "stdafx.h"
int main()
{
return 0;
}
When I click "local windows debugger", the program freezes and nothing happens. Is it possible my debug compiler is not linked to the correct executables?