Visual Studio 2019 Windows SDK version 10.0.22621.0 was not found #75
Replies: 7 comments
-
Hi @cgdestroyer, just to share my experience: I had no issues while compiling yesterday using 'VS2019 Community Edition' and Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
Hi @cgdestroyer there are definitely issues building with VS2022 installed, as some of the third-party dependencies automatically detect the latest version of MSVC and build with it, even if they do not support it. I haven't been able to find a workaround to that yet. |
Beta Was this translation helpful? Give feedback.
-
@rogernelson this error was after I unistall VS 2022. I even tried vierutal machine with only nessery items installled and still had errors :/ |
Beta Was this translation helpful? Give feedback.
-
This is warning and error I'm getting on virtual machine, win 10 64 and istalled only wnat is needed https://i.imgur.com/17iXyh0.jpg |
Beta Was this translation helpful? Give feedback.
-
The first one is just a warning, it shouldn't prevent the build from completing. For the second one, PR #31 will likely fix it. If you pull/rebase on the latest |
Beta Was this translation helpful? Give feedback.
-
@rogernelson So I shouidl just redownload rv from github and it shoudl work? then and got this error so something is still wrong |
Beta Was this translation helpful? Give feedback.
-
Hi @cgdestroyer. There's no need to delete and redownload, simply doing a You have a different error now, so it seems your previous one is solved by the update. Although, I have never run into that aclocal error myself, another user did was able to solve it here: #3 (comment) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Got this error Microsoft Visual Studio\2019 - The Windows SDK version 10.0.22621.0 was not found.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.22621.0 was not found.
https://i.imgur.com/SXoT0wJ.jpg
but there is no such version in VS 2019 but there is for 2022 but having VS 2022 case another problems, seems like every day there are differnet sets of problems here :)
https://i.imgur.com/SBKQ1pt.jpg
Beta Was this translation helpful? Give feedback.
All reactions