Can't access PxVehicleWheels.h functions (LNK2019 ERROR)

Dear friends at Epic,
I’m having a problem calling some functions in the PhysX library. I have all the modules needed (I suppose) called in the build.cs file:

as well as the includes in the cpp file:

299712-inlcude.png

When I try to call this function for example:

299713-code.png

with the correct definition in the header file:

299714-header.png

I get this error:
Error LNK2019 unresolved external symbol “public: void cdecl physx::PxVehicleWheelsSimData::setTireData(unsigned int,class physx::PxVehicleTireData const &)” (?setTireData@PxVehicleWheelsSimData@physx@@QEAAXIAEBVPxVehicleTireData@2@@Z) referenced in function “private: static void cdecl UTireLib::test(class UWheeledVehicleMovementComponent *,int)” (?test@UTireLib@@CAXPEAVUWheeledVehicleMovementComponent@@H@Z)