ClangAutoComplete
ClangAutoComplete copied to clipboard
'clang++' is not recognized as an internal or external command, operable program or batch file.
earlier it was <wchar.h> not found even tho I tried all combination of include_dir. Then I installed visual studio and reinstalled llvm clang. Now this is a new error message:
'clang++' is not recognized as an internal or external command, operable program or batch file.
but clang++ works in my cmd window.
Also in the include_dir, what was the last term usr/include for?
Can you try to provide the full path to clang++ in the settings file? Something like
"clang_binary" : "\"C:\\Program Files (x86)\\LLVM\\bin\\clang++\""
Also in the include_dir, what was the last term usr/include for?
I'm not sure I understand. What are you referring to exactly?