boocs / unreal-clangd

VSCode extension for Unreal and clangd
61 stars 5 forks source link

Building the project did not eliminate the red wavy lines #10

Closed CNGoSeI closed 9 months ago

CNGoSeI commented 9 months ago

VERSION: UE 5.3 LLVM 17.0.6

Z5)H( {4FEYQA A408MCPOB image

Neither running the project in Debug nor building with Run Build Tasks eliminates the error message.

boocs commented 9 months ago

Two things to try:

  1. I'm tracking a bug where Intellisense files get overwritten when building causing red squiggles. Try running my extensions command 'Update Compile Commands file` after you build. Should be fixed in next update.

    image

  2. Could be the LLVM version. For UE 5.3, try LLVM 16.0.6.

CNGoSeI commented 9 months ago

有两件事要尝试:

  1. 我正在跟踪一个错误,该错误在构建时会导致智能感知文件被覆盖,从而导致红色波浪线。构建后尝试运行我的扩展命令“更新编译命令文件”。应该会在下次更新中修复。 图像
  2. 可能是 LLVM 版本。对于 UE 5.3,请尝试 LLVM 16.0.6。

Problems with LLVM version, now it works!