VR error but not buiding for VR

Hi I’m new to Unity. I have the following VR error come up even though the build is not for VR

OpenVR Error! OpenVR failed initialization with error code VRInitError_Init_HmdNotFoundPresenceFailed: “Hmd Not Found Presence Failed (126)”!

I had previously installed a VR plugin but having then built a simple project “experience” deleted it. However this project seems to still link to it. Any simple ways to change this?

Try go to File → Build Settings → Player Settings → XR Settings. Is the Virtual Reality Support box ticked? If so, try untick it and see if that solves the issue.

Thank you @JPhilipp that has sorted it!
Much appresciated