Hi all!!
So first issue so far, trying to understand why.
I have created a “Tank” .h and .cpp from the engine and pubblic as the lecture. Anyway I ended up with Intellisense not working, and without any suggestion while writing. Also is not able to see anything and is all marked as error:
This is solved changing the include in this way:
#include “…/Public/Tank.h”
pretty strange, any explanation on this? This should be automatically done by the unreal or I need to change it every time?
Same apply to any other created class of course