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 3

visualc

Chuck Walbourn -

Visual Studio 2022 Update 3 (a.k.a. 17.3) is now available for download, including the updated Community edition This release includes better IDE performance. For more information see the Visual Studio Team blog and the release notes.

Note that VS 2022 17.4, 17.6, and 17.8 are supported through the Long Term Servicing Channel.

Compiler and CRT

VS 2022 Update 3 includes a revision of the C/C++ compiler (19.33.31629.0). This compiler includes specific MSVC backend improvements. There’s also some related MSBuild improvements.

17.3 update C++ compiler
17.3.0 19.33.31629.0
17.3.4 19.33.31630.0

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

clang and CMake: VS 2022 17.3 includes clang/LLVM v14 for Windows as an optional component. It also updates CMake to version 3.23.

HLSL Editing: VS 2022 17.3 includes a fix to add the extension fxh to the HLSL colorization and document reformatting support which already supported hlsl, fx, and hlsli.

ARM64 A preview of the ARM64 native version of Visual Studio’s IDE and toolsets were included with the VS 2022 17.3 previews per this blog post. The ARM64 native IDE is still in preview and is expected to ship production ready with VS 2022 17.4. Version 17.3 does include the production version of the ARM64EC tools.

Related: Visual Studio 2022, VS 2022 Update 1, VS 2022 Update 2