I can see all the C++ classes, except for newly created GameFeaturePlugin… I see my newly created Core/GameFeaturePlugin file inside of my content folder, but unlike all the other gamefeatures which have a C++ class folder, my newly created one does not inside of the editor, but I can easily find the source folder with C++ inside of it inside of the explorer.
I have started from scratch, rebuilt, ive placed blank c++ file inside my source and rebuilt and for some reason no matter what I do i cant see my c++ class folder inside of editor.
I’m ultimately trying to build a child c++ class from the LyraCamera so I can make a first person class and have it reside in my plugin folder…