ClangAutoComplete icon indicating copy to clipboard operation
ClangAutoComplete copied to clipboard

'clang++' is not recognized as an internal or external command, operable program or batch file.

Open shalamonka opened this issue 8 years ago • 1 comments

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?

shalamonka avatar Dec 29 '16 03:12 shalamonka

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?

pl-ca avatar Jan 05 '17 19:01 pl-ca