Hello I am trying to find my c++ classes folder in the content browser but it wont show up. I am creating C++ classes only from inside the unreal engine using the Tools Tab > Create New C++ Class. The c++ file is created and I can see it in the source folder in my windows file explorer, along with the C++ class inside.
I have also already made sure the content browser is enable to show C++ classes and tried deleting the .vs, binaries, intermediate and saved files, and rebuilding them. Along with also rebuilding the C++ files from my Visual Studio but no matter what I try the folder will not appear in my unreal editor.
Public/Private are the place where your classes may be inside, in case you are not using those folders, that’s totally fine, the important is, your classes should be inside the Source/<project_name>/; And make sure remain files in the example above like .Target.cs, .Build.cs and so on exist.