VS Express Error

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)

Hello,
please try to give more information, what engine version do you use and what exactly is the VS error (just copy and paste it) ?
Thanks :slight_smile:

I use ue4.5
And i got fixed some of the problems but there came new problems and when i try to use the wizard i cant find my class

This is what VS says now:

Hey, you might want to take a look here:
https://forums.unrealengine.com/showthread.php?11277-Subobject-pointers-not-compatible
(especially the last post), maybe it’s a similar problem.
If not you should provide code snippets (of the error, definitions/declarations) :wink: