C++ third person project doesn't have c++ code

Hi,

I am new to unreal engine but I have found a bug. When I create a new c++ third person project I don’t have the c++ code. In the ThirdPersonCPP file I instead have blueprints. How do I fix this problem?

What to you mean under my c++ classes?

Every C++ project is using Blueprints. In this case the ThirdPersonCharacter is still setting the Mesh Component via Blueprint. You can still find the C++ code under your C++ Classes <3

In your Content Browser under View Options, did you enable “show C++ classes”? If yes, all your C++ code should be located left, not under Content, but under C++ Classes and your project name. There has to be a ThirdPersonCharacter file that you can open.