UPhysicsThrusterComponent fails to compile in 4.11

After upgrading to the 4.11 release, project no longer compiles due to problem with UPhysicsThrusterComponent.

Code fails to compile at …

thrusterComponent = CreateDefaultSubobject<UPhysicsThrusterComponent>(TEXT("thruster"));
thrusterComponent->ThrustStrength = 0;  // This line no longer compiles, error is 'Pointer to incomplete type class not allowed'

I posted basically the same question. Did you find a workaround?

Here’s my question:link text

Never got it to compile so I no longer use UPhysicsThrusterComponent. Since UPhysicsThrusterComponent was fairly simple class, I basically created my own class and used similar code found in UPhysicsThrusterComponent.