Closed Column01 closed 3 months ago
I think this is a rust configuration issue actually, no idea why this is happening, but its not your fault afaik. My apologizes!
Are you missing the Clang/LLVM visual studio component by any chance?
This one?
It should be noted that I have since installed VS Community 2022 and it still doesn't work properly
Installed the above option and it still does not work so I give up
Following the instructions in the README, I was unable to get the project to build as it gave me the following error:
The note says to install the C++ build tools, but the problem is they are already installed as per your instructions. Attached is a screenshot showing the error in full, the build tools being installed and also my Rust version. I tried reinstalling both the build tools and rust to no avail. The screenshot shows a minimal install for the C++ building as per some stack overflow issues about this, but it also doesn't work when using the full C++ development suite installed either.
Note I also added the
msvc
bin folder from buildtools to my path manually so thatlink.exe
is on the path and it also did not work so I have no clue what to do from here