4.7.2 PCIP error undeclared identifier

When i compile my code i get this error :

error C2065: ‘PCIP’ : undeclared identifier

My code - (The Constructor was auto generated like that by 4.7.2, I guess they change it from the old one)

AMyActor::AMyActor()
{
	Mesh1P = PCIP.CreateDefaultSubobject<UStaticMeshComponent>(this, TEXT("Mesh1P"));
	RootComponent = Mesh1P;
}

Hi,

I am not sure but since the version 4.7 you should use: FObjectInitializer objectInitializer