Actor is not visible

Hello, when I create new actor in C++ and run ‘DebugGame Editor’, I can see it in Content Browser. But when I start project from *.uproject it’s not there. I’ll be working on project with Artist which doesn’t have Visual Studio (it’s not problem to have one, but is not very handy for him). Is there any way to regenerate *.uproject or Am I missing something?

Thanks

You have to build under Development Editor and you should be able to open it via epic launcher and have all the appropriate classes/bps.

EDIT:
When debugging DevelopmentEditor optimizes certain variables away, in order to prevent this step and see what the variables hold, you have to use DebugGame Editor.