Answer the question
In order to leave comments, you need to log in
How to defeat the error CL.exe exited with code -1073741515?
Good afternoon. Recently started familiarity with Windows and faced one problem. After starting Visual Studio 2017, I create a new project through File -> New -> Project -> Visual C++ -> Windows Console Application. The project is being created, everything seems to be fine, but when I try to run it, I get the error "CL.exe exited with code -1073741515".
Just in case, the example code:
#include "stdafx.h"
int main()
{
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question