赞
踩
UE 4.27 vscode配置,但是找不到所有的 include
然后报错内容是:
检测到include错误,请考虑更新 xxxxxjson 或 includePath
以及output里:
无法使用 “c:\program” 解析配置, 请改用 “cl.exe”
试过用UE里 Refresh Visual Studio Code Project, 没有用。
添加地址到include path之类的也无效。
最后试到的方法是:
把所有的compileCommands_xxxx.json里的 command:
"command": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.32.31326\\bin\\HostX64\\x64\\cl.exe @\"C:\\Program Files\\Epic Games\\UE_4.27\\.vscode\\compileCommands_Default\\UE_Begin.210.rsp\"",
都改成(对 cl.exe 那段地址再加一层引号):
"command": "\"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.32.31326\\bin\\HostX64\\x64\\cl.exe\" @\"C:\\Program Files\\Epic Games\\UE_4.27\\.vscode\\compileCommands_Default\\UE_Begin.210.rsp\"",
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。