I need specific version of VCLibs DEBUG: Microsoft.VCLibs.140.00.Debug_14.0.30704.0_x64__8wekyb3d8bbwe
I checked many forums and instructions like here:
https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge
I install this Universal Windows Tools
but it has only ARM64 and wrong version: 14.0.33519.0
(C:Program Files (x86)Microsoft SDKsWindows Kits10ExtensionSDKsMicrosoft.VCLibs14.0AppxDebugARM64)
enter image description here
I didn’t have option to install “Universal Windows Platform development” in Workloads, some of the forums points this step but probably all of them are out of date.
does somebody know where can I found this version of VCLibs debug:
Microsoft.VCLibs.140.00.Debug_14.0.30704.0_x64__8wekyb3d8bbwe
or how can I create it on my own hand?
Regards,
Hanys
Hanys Hanys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
I had the same issue on my ARM PC, here is how I solved it.
- Open the Visual Studio Installer
- Click Modify on the version you are using
- Go to the Individual Components tab
- Search for “Universal”
- Check the box for “C++ Universal Windows Platform support for v143 build tools (ARM64/ARM64EC)”
- Click Modify to begin installing
1