visual studio 2017 not installed
ue4打包插件时提示visual studio 2017 not installed,解决方法之一是:
编辑\Epic Games\UE_4.27\Engine\Build\BatchFiles\RunUAT.bat,在%UATExecutable% %* %UATCompileArg%这一行末尾添加VS2019或VS2015参数,参数前要加空格。
这一方案的原因是:\Epic Games\UE_4.27\Engine\Source\Programs\AutomationTool\Scripts\BuildPluginCommand.Automation.cs里有一行bool bVS2019 = ParseParam("VS2019"); 其注释表明:默认使用vs2017