Don’t need to update the includes in Grabber.h to add #include “Components/InputComponent.h”
Since #include “Components/ActorComponent.h” is there and InputComponent inherits from ActorComponent.
I am fairly sure about it and everything compiled and ran without adding the above as mentioned in the videos in regard to using newer versions of the Engine (I’m using 4.21).
If I’m wrong or it’s unnecessary for another reason and thus is compiling, please let me know.
Thanks!