My Character c++ script don t save in my project

Hello, i m learning UE5, i create a class that i call FPSMyCharacter in c++ (based on character), i save all files, when i close project and open it again the class isn’t in content browser. cpp and h file are in project ■■■■■

If i try to create class with same name UE say me that class already exists

When i create a another empty class based on character and compile, i can see again my class FPSMyCharacter in the content browser

Is it a bug or i do something wrong ?

Thank you

1 Like

It’s a known bug with UE5, disable live coding and Press CTRL+SHIFT+ALT+P, it should compile the code and the classes should pop up

4 Likes

Thanks a lot :slight_smile:

1 Like