Games for Windows and the DirectX SDK blog

Technical tips, tricks, and news about game development for Microsoft platforms including desktop, Xbox, and UWP


Project maintained by walbourn Hosted on GitHub Pages — Theme by mattgraham
Home | Posts by Tag | Posts by Month

VS 2022 Update 9

visualc

Chuck Walbourn -

Visual Studio 2022 Update 9 (a.k.a. 17.9) is now available for download, including the updated Community edition. For more information, see the Visual Studio Team blog and the release notes.

Compiler and CRT

VS 2022 Update 9 includes a revision of the C/C++ compiler (19.39.33519.0). See this blog post for information on recent codegen improvements.

17.9 update C++ compiler
17.9.0 19.39.33519.0
17.9.1 19.39.33520.0
17.9.2 19.39.33521.0
17.9.3 19.39.33522.0
17.9.4 19.39.33523.0

The C/C++ Runtime (14.38.33135) from Update 8 is unchanged. A full list of updates to the Standard C++ Library can be found on GitHub.

VS 2019 (v142): The VS 2019 toolset included in update 17.9.1 has been updated to 14.29.30154.0 to match the current VS 2019 (16.11) servicing.

CMake: This update includes CMake version 3.28.

clang: VS 2022 17.9 includes clang/LLVM v17.0.3 for Windows as an optional component.

Related: Visual Studio 2022, VS 2022 Update 1, VS 2022 Update 2, VS 2022 Update 3, VS 2022 Update 4, VS 2022 Update 5, VS 2022 Update 6, VS 2022 Update 7, VS 2022 Update 8