C++ Classes don't appear in Editor

When I create a C++ class, it will not appear in editor. Any ideas why?

Regards,

Matthew

Try do rebuild, if you use hotreload restart the editor, check if class is visible in class viewer (Window->Devlopment Tools->Class Viewer). Also dont use add file in VS as it places files somewhere else then source (also check if your code files are there anyway), they land in intermidiate directory.