C++ folder not showing?

Not sure if anyone has this problem but on Lesson 43 my C++ Classes folder isn’t appearing? Any help on this would be truly appreciated! Also thank you for the courses helping any developer get better acquainted with C++ in Unreal Engine!

  • InsaneDoughnut

I am using version 4.26.2 by the way!

For me, the folders are only showing when:

  1. The folder has been created while creating a new C++ class from within Unreal.
  2. The project has been recompiled.

You can Generate the Visual Studio project Files by right clicking the uproject file. This could help.
Furthermore, you can delete the folders named:

.vs
Binaries
DerivedDataCache
Intermediate
Saved

and then generate the files and compile the project.

This should help

Still nothing after all of that :frowning:

Do you have it ticked under view options?

Privacy & Terms