Creating a Battery in C++ problem

Im following this lesson on using C++ for UE4.
In the 4th video, the nice lady chooses a Parent class → Pickup,
but I can’t find this class in UE4.7 plz help.

Did you make the Pickup class from the earlier videos? Did you check off “Show all classes” when choosing the parent class?

Okay so my Pickup class is in C:\Users\User\Documents\Unreal Projects\ScriptingProject\Source\ScriptingProject, in there I have Pickup-file folder, Pickup-header, Pickup-cpp files,
but when I did the check off, only thing I can see is the class called “Object”

It might be easier to just manually create the pickup class from the editor like in the earlier tutorial, and then copy and paste the code in.