Unrecognized type 'UComponent' - type must be a UCLASS, USTRUCT or UENUM

Post your definition of UWRCameraMovementComponent class please (header file for that class).

I guess you are most likely missing UCLASS() before class definition.