I’m having trouble creating C++ classes in my unreal engine 5 c++ project for some reason I’m only able to create 1 C++ class and if I try to create another one I am unable to build. I’ve also noticed that upon creating the c++ class its not created in the Unreal engine content browser just in visual studios(2019).
I’ve tried different solutions such as Deleting the following folders: Binaries, Build, Intermediate, Saved or Deleting the Visual Studio or Xcode solution file (.sln or .xcodeproj) and then regenerating the files.