Components missing when i build without editor

I have created an actor with BP that inherits from my base C++ class. In the BP i have added a bunch of components, two of which are my own C++ components. When run the game without using the editor (either by “launching” it from the editor or building it without the editor), then my two C++ components don’t get added to the actor. What could be going wrong?