Procedure entry point SymEnumSymbolExW could not be located in the dynamic link library C:\Windows\SYSTEM32\dbgeng.dll

Since this post is the only one mentioning this exact error and has more than 350 views, I feel like it’s opportune to revive it to provide a solution.

I solved my issue by renaming the file Engine\Binaries\ThirdParty\DbgHelp\dbghelp.dll, it was creating a conflict with the one present in Windows\SYSTEM32 because their versions were different.

4 Likes