I have cloned a project to my computer using TFS, when I build the project I get this error :
Error 6 Task could not find "LC.exe" using the SdkToolsPath "" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.1A\WinSDK-NetFx40Tools-x86". Make sure the SdkToolsPath is set and the tool exists in the correct processor specific location under the SdkToolsPath and that the Microsoft Windows SDK is installed
I have searched the web but couldn't find a solution. I use VS 2013 and .NET 4. How can I fix this? Thanks.
SdkToolsPath
, or it does exist and the value is empty. So set that value, or fix the registry value. – gunr2171