Hi Mieszko.
I have finally been able to solve this problem and it seems the issue was happening since in the constructor of my actor I had commented the following lines:
AIControllerClass = ASubjectsAI::StaticClass();
AutoPossessAI = EAutoPossessAI::PlacedInWorldOrSpawned;
So once I implemented this lines again the error was gone.
Thank you.