4.22.3 BT Not Showing C++ BTService

I’ m trying to add a custom space search agent, but when I create a c++ class that extends from BTService, it doesn’t show on the BT Blueprint after compiling. Any ideas what could cause this?

Solved the problem by extending from BTService_BlueprintBase then changing in c++ code the superclass to BTService. Ultra-bug