Task failed because AL.exe was not found,

后端 未结 8 1997
暗喜
暗喜 2020-12-31 06:16

I\'m getting the following error when compiling my project:

Task failed because "AL.exe" was not found, or the correct Microsoft Windows SDK is

8条回答
  •  暖寄归人
    2020-12-31 07:06

    I had a similar error getting a project building in Windows 10 where a resgen.exe tool could not be found. I had to change a InstallationFolder registry key in HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows\v8.0A\WinSDK-NetFX35Tools-x86 to a path where it actually existed on my computer: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.2 Tools

提交回复
热议问题