J
J
John Doe2018-08-03 17:42:48
C++ / C#
John Doe, 2018-08-03 17:42:48

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;
}

Where is the mistake? Even banal examples from Hello World cannot start, although there are no problems on a poppy or Linux.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question