Hello, I tried to complete this lesson by watching the video and taking notes, and then working through it at the end. I almost got there, but instead of:
#include “Components/CapsuleComponent.h”
in the cpp file, I had:
#include “CapsuleComponent.generated.h”
What is the difference between these, and is there a way I should know which one to use?