Why won't C++ compile

the problem is that it never gets that far, it does not try to compile at all.

I really don’t know much about the issue, so there will probably be answers that may or may not work. Anyway, when I make a new C++ class (of any type) it compiles, then stops and says it failed. After that I cannot compile any C++ script, anybody have any ideas?

Hey, can you share the log details? One way that I usually faced problems were mostly with arrays, and other data structures storage options provided in Unreal Engine. So make sure you are using the member function Empty() to your storage containers.

He talks about the Output Log from VS. Where it says its failed. Above that is the reasson why its failed. We need to know that or we are fishing for Solutions in the Blind here (that we don´t gonna attempt btw.).

Never mind this question, it must have been a glitch in unreal. Whatever it was, it resolved itself. Still, thanks for trying to help.