Unable to create a new C++ Class in UE5

I’m trying to create C++ files for my UE5 project, in tutorials they just go to file > new c++ class.
image
This doesn’t show up for me anywhere in UE5?

1 Like

What about here?
image

Thank you, that was it. I even looked under the tools tab, but must have looked over it.

I believe when your project is converted to c++, you’ll have that option in the right click menu or in “Add” menu. But keep in mind that is only works in “C++ Classes” folder.

Well, thinking of it now, maybe this is the real answer. You need to go to C++ Classes folder to create cpp files.