Hello,
I have been trying to install YCM with clangd completion on Windows for use with Vim.
Tried following every instruction listing I could find from building directly with Visual Studio to following the "Complete Instructions". Been chipping away at that numerous issues but this one is a road block for me, any help would be much appreciated.
When running (from : \YouCompleteMe):
python install.py --all
or
Building solution in Visual Studio 17
Concludes with an error on Line 6537:
LINK : fatal error LNK1104: cannot open file 'C:\Users\
username\vimfiles\bundle\YouCompleteMe\third_party\ycmd\ycm_core.cp39-win_amd64.pyd' [C:\Users\username\AppData\Local\Temp\ycm_build_fokmxb7y\ycm\ycm_core.vcxproj]
The file is present in the directory stated in the error and I have tried reinstalling everything a few times, everything is the 64-bit version (Windows 10, Python 3.9, Clang/clangd 11.1, Vim 8.2 etc.), been working on this for a few days. I know the Vim user base is heavily Linux based so it has been like pulling teeth to get this far. All I can think is I am on an Intel machine? Any information or help would be great.
Thanks for your time.