VR Expansion Plugin

I have problem with compilation.
(4.24 -> 4.25 migration. VS2019)
Grippables/GrippableCapsuleComponent.cpp : 51 row

2>Q:\projects\UE\DHC-Visualizer\Plugins\VRExpansionPlugin\VRExpansionPlugin\Source\VRExpansionPlugin\Private\Grippables\GrippableCapsuleComponent.cpp(51): error C2275: ‘USceneComponent’: illegal use of type as an expression

2>Q:\projects\UE\DHC-Visualizer\Plugins\VRExpansionPlugin\VRExpansionPlugin\Source\VRExpansionPlugin\Private\Grippables\GrippableCapsuleComponent.cpp(51): error C2248: ‘USceneComponent::RelativeLocation’: cannot access private member declared in class ‘USceneComponent’

2> Q:\pf\EpicGames\UE_4.25\Engine\Source\Runtime\Engine\Classes\Components/SceneComponent.h(154): note: see declaration of ‘USceneComponent::RelativeLocation’

RelativeLocation is really private variable. Can you help, please?