Jack·Boos·Yu
Jack·Boos·Yu
@LilyWangLL Consider to reopen this issue?
Is this issue resolved?
@IJkb See https://github.com/microsoft/vcpkg-tool/pull/314.
@KevinShu-AEUST Please see the required Visual Studio components in https://github.com/microsoft/vcpkg-tool/pull/314.
Please use Visual Studio Installer to install the following Visual Studio components: 1. C++: - Windows Universal C Runtime: `Microsoft.VisualStudio.Component.Windows10SDK` - C++ core desktop features: `Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core` - Visual Studio Build...
@S0PEX No, currently vcpkg needs Visual Studio core desktop features.
> ``` > Error: in triplet x64-windows: Unable to find a valid Visual Studio instance > Could not locate a complete Visual Studio instance > The following paths were examined...
@nikinov Installing Visual Studio to a non-system disk doesn't affect vcpkg, maybe because of a problem with its environment variable settings.
@HaifaBenHsouna See the required Visual Studio components in https://github.com/microsoft/vcpkg/issues/22074#issuecomment-1022840591.
@AndroTwrpid Can you please provide the Visual Studio components list you installed and the failure output / logs? Thanks!