I could solve this error. But the cause seems very strange to me.
I deleted the Base class and created a projectile which is just a subclass of Actor. Then I set up everything as before and it worked.
Conclusion: Having a base class for projectiles which is a subclass of actor seems to induce this error.
Is this a bug?