i had trouble with blueprintable subsytems too, things that helped me
make sure your plugin has LoadingPhase: PreDefault
Add the blueprint Subsystem to the asset manager
you blueprint subsystems require that the c++ system is loaded so make sure
ShouldCreateSubsystem is true;
restart engine.