Character Setup With C++

I am trying to setup a character in C++. A tutorial said that to use a camera, I should use something called “UCameraComponent”. However, this does not exist according to Visual Studio. Is there a 4.16 version of it or am I missing something?

Hey !

Did you add

#include "Camera/CameraComponent.h"

if no, simply add it ! :slight_smile:

Thank you so much for that, I actually didn’t know that was a thing! I’m really new to the whole C++ language, so I am going to be very slow with this.