Unreal Engine VR template crashes whenever I start it up to test it

I receive the error code as follows

Unhandled Exception: 0xe06d7363

KERNELBASE
VCRUNTIME140
msvcp140
UltraleapHandTracking
UltraleapHandTracking
UnrealEditor_OpenXRHMD
UnrealEditor_OpenXRHMD
UnrealEditor_OpenXRInput
UnrealEditor_OpenXRInput
UnrealEditor_OpenXRHMD
UnrealEditor_OpenXRHMD
UnrealEditor_Engine
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
kernel32
ntdll

I just started development and I have no clue what this means

Greetings @Iforgotmymind

Welcome to the Unreal Community! I’d check and make sure you have all of your Microsoft Visual C++ Redistributable files, Visual Studio versions, etc. MSVCP140 is related to that.

The “UltraleapHandTracking” in the stack trace is likely the UltraLeap OpenXR API layer. Some API layers can cause crashes if they are used without the device they are made for being active. Try disabling the layer or uninstalling the UltraLeap software, especially if you are not currently using it.