matzman666 / OpenVR-InputEmulator

An OpenVR driver that allows to create virtual controllers, emulate controller input, manipulate poses of existing controllers and remap buttons. A client-side library that communicates with the driver via shared-memory is also included.
GNU General Public License v3.0
710 stars 136 forks source link

Error C2039 #226

Open nazaroaversano opened 1 year ago

nazaroaversano commented 1 year ago

I cloned this project and as it is if i compile the driver_vrinputemulator it gives this error: Error C2039 'IVRControllerComponent': not a member of 'vr' driver_vrinputemulator

What is wrong or missing?