: No, the problem is, that the include file can not be found. I do get an Error-underline under “#include” at the “#include “PaperSpriteComponent.h”” line. I then get a further error when wanting to use a sprite component pointer (like TankSprite) and then of course no autocompletion. The Error on a SpriteComponent-Pointer-Variable is, that the class-type “pointer to incomplete” is not admissible/acceptable. (Pointer-to-Incomplete is the term from VS, not mine)
ZioYuri78: At least in my case there is a “#include “Engine.h”” line in “Tanks.h” (My Project is called Tanks). I asume that’s what you mean?