Error in documentation for c++ Programming

Hi!

First of all, I would like to thank you for this engine: it is (UN)really powerful and the graphics are outstanding :slight_smile:

I started learning Unreal C++. Tried working with your tutorials: https://docs.unrealengine.com/latest/INT/Programming/Tutorials/Components/1/

But I found that it don’t compile.

It seems, that in UE 4.9 there is no need to #include the components (sphere component, for example) which are used in this example. I understand, that this tutorial is for v4.9, but to make it work in latest version we need only to add a few lines in the include section :slight_smile:

I was searching for the error over an hour before I found the same messages on the forum :slight_smile:

Is it possible to somehow fix this?

With best regards,

RealCoder

Hey there, what is the error that you are having?