Hi. I'm new to programming.
Visual studio, say's there's problem when building the project and there isn't any problem.
the errors is APickup and : Super(PCIP)
how can i get the errors away?
The code:
APickUp::APickUp(const class FPostConstructInitializeProperties& PCIP)
: Super(PCIP)
Visual studio, say's there's problem when building the project and there isn't any problem.
the errors is APickup and : Super(PCIP)
how can i get the errors away?
The code:
APickUp::APickUp(const class FPostConstructInitializeProperties& PCIP)
: Super(PCIP)
Comment