Every time I make A class An error Shows
“Successfully Added Class “Bullet” however you recompile The “Learning” module before it shows up in the modules panel Failed to automatically Hot Reload”. It Really Frustrates me And for other people its working fine I like C++ and making games a lot but this is basically blocking me from doing anything so if You have a answer please reply if not enough information (or something like that) please reply.
It means that there are errors in other classes. The engine recompiles everything at once, and it also happens when you add a new class. It cannot finish recompiling with errors in any of the classes; so your C++ class does get created, but you have to fix the other existing errors.
I found 9 errors in the class I think thats the cause.