Error when importing SML.vsconfig into Microsoft Visual Studio on Windows 10
When trying to import the custom config file I received the error message "Microsoft.VisualStudio.Component.Windows11SDK.22000: No matching package found."
Open SML.vsconfig into a text editor and replace "Microsoft.VisualStudio.Component.Windows11SDK.22000" with "Microsoft.VisualStudio.Component.Windows10SDK.19041". Save it and re-import the edited file and it should work.
1 Reply
on https://docs-dev.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/dependencies.html#ImportConfiguration (not merged yet) we have it updated to
Microsoft.VisualStudio.Component.Windows11SDK.26100, if you run into issues you may need to swap to that
I suggest following docs-dev as it explains a few more things