Unreal Engine 5.2.1 UnrealEditor.exe - Entry Point Not Found when opening VR Template project

Ok, I just found the fix for it… this seems to be an old issue

It looks like the file in this location-

C:\Program Files\Epic Games\UE_5.2\Engine\Binaries\ThirdParty\DbgHelp

gets outdated or something and needs replacing with the one at this location

C:\WINDOWS\SYSTEM32\dbgeng.dll

basically, copy the one in the Windows system32 folder and replace the one in the UE5.2 folder (mentioned above) with it.

I did this and now the error is gone.

You’d think by now this would no longer be an issue lol