VR Expansion Plugin

Hey there,

I’m trying to compile the plugin for UE5, but I’m seeing two errors:

Error Unrecognized type ‘TObjectPtr’ - type must be a UCLASS, USTRUCT or UENUM
(in \Source\VRExpansionPlugin\Public\VRBPDatatypes.h 99)

and

Warning: Plugin ‘VRExpansionPlugin’ does not list plugin ‘PhysXVehicles’ as a dependency, but module ‘VRExpansionPlugin’ depends on ‘PhysXVehicles’.

Do you maybe have any ideas on how to handle these?