Why is VisualStudio so weird sometimes?
Why is Visual Studio so strange sometimes? Everything was working fine recently, but now when I click "Run/Start," this error message pops up. I can roughly work out what the problem is, but I have no idea how to fix it. Thanks in advance :).
Well, as (below) can be seen from the compiler’s output, the creation of your program could not be completed that there was an error somewhere in your code. there can also be no .exe file for running/debugging.
The VS is modular, the debugger knows if you start it naturally nothing from the previous “Fiasko” in the compiler. (and since the project was created (only not completed) he is looking for the finished file in vain).
I found the mistake. I should have done with int main() {} to make “const char” too “char”, but thank you:)