I am doing the Twin Stick Shooter on https://learn.unrealengine.com/ and in the Base Character c;lass lesson you are told to build and compile the script and then refresh the project. upon refresh the instructor has a C++ folder with the class however this is not happening for me. When I open the .sln in windows I get the code but I do not have the C++ folder or the TwinStickShooter class in Unreal to extend in the following video lesson?
Hi,
You may need to restart the editor. This usually works when you don’t see it straight away.
Also check that you have the view option checked for Show C++ Classes.
Hope it helps.

The Show C++ Classes did the trick. Thank!
Awesome… you’re welcome.