Hi everyone, i was doing a c++ tutorial ...
And once i added a code to my project, i selected the Actor option (wich was told me to do in the tutorial...)
I named it and created it successfuly.
But when i got into visual studio the
is already giving me an error. saying "cannot open source fille"
Also in the same page
The generated_body is also giving me an error saying "Expected an identifier"
That is all the code on the page , i havent done anything on the page yet. Is there any procedure i need to do , or anything ? ty
And once i added a code to my project, i selected the Actor option (wich was told me to do in the tutorial...)
I named it and created it successfuly.
But when i got into visual studio the
Code:
#include "Pickup.generated.h"
Also in the same page
Code:
UCLASS() class TUTURIALTHIRDPERSON_API APickup : public AActor { GENERATED_BODY() };
That is all the code on the page , i havent done anything on the page yet. Is there any procedure i need to do , or anything ? ty
Comment