How to you recompile the project

i want to do a C++ character but is says when i making it
Successfully added class ‘MyClass’, however you must recompile the ‘MyProject’ module before it will appear in the Content Browser. Failed to automatically hot reload the ‘MyProject’ module.

Would you like to open the Output Log to see more details?

To compile you should press the “Compile” button aside to the “Build” button. But if it failed to compile the first time you should see the log and understand why it failed, probably something is not right.

To compile you should open solution in Visual Studio(*.sln file in project folder) then choose profile to build. In your case profile names ends with “Editor” because Unreal Editor wasn’t able to hot reload. And you should see proper error stacktrace in Visual Studio output.

Probably you just forgot to add module for class you trying to inherit

try this solutionl

Im having the same issue with this and cant sort it