1. 程式人生 > >UE4 打包C++項目到win32平臺報錯 could not find mspdbcore.dll

UE4 打包C++項目到win32平臺報錯 could not find mspdbcore.dll

msvc 不能 info studio 32位 unity 這一 .dll win

解決方法:

  將Visual Studio中相應系統(如32位對應x86、64位對應x64)下的 ms.*.dll 等一系列文件拷貝到 C:\Windows\System32\ 路徑下。踩坑:不能只拷貝mspdbcore.dll 這一個文件。

我的Visual Studio為2017,電腦系統為 win10_64。所以dll文件source路徑為:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64

target路徑為: C:\Windows\System32\

技術分享圖片

UE4 打包C++項目到win32平臺報錯 could not find mspdbcore.dll