Problem
I can’t get VS to run
int main()
{
return 0;
}
whenever I try to run without debugging, a console screen blinks for just a second, and tells me it’s related to pdb files not being created.
Problem
I can’t get VS to run
int main()
{
return 0;
}
whenever I try to run without debugging, a console screen blinks for just a second, and tells me it’s related to pdb files not being created.
Ok problem solved hahaha I just needed to use a wizard instead of a normal windows console app