I have two versions of Visual Studio installed, VS 2022 and VS 2026. Currently, I am using a vcpkg instance compiled with the VS 2022 toolset and have enabled global integration by vcpkg integrate install . I noticed that when I use VS 2026, it also integrates the vcpkg instance compiled by VS 2022.
I am concerned about binary compatibility issues arising from different toolsets. I would like to integrate a new, separate vcpkg folder specifically for VS 2026. Is this feasible? If so, how should I implement it?