Showing results for Game Development - C++ Team Blog

Feb 16, 2023
14
6

Unreal Engine Integrations Now Available in Visual Studio 2022

David Li
David Li

Since the release of Visual Studio 2022, we have been focusing on building a cascade of productivity and performance improvements for game and large project developers. Today, we are happy to share the next set of features specifically aimed towards improving productivity for Unreal Engine development. We have heard and seen a tremendous amount...

Game DevelopmentC++
Feb 15, 2023
1
4

Minecraft’s WSL build time cut in half after working with Visual Studio C++ team

Sinem Akinci
Sinem Akinci

The Minecraft Publishing team, within Mojang Studios, reached out to the Visual Studio C++ team because they needed to expand C++ development to a new platform (Linux) while respecting their existing technological base (MSBuild) and these constraints prevented them from pursuing more established cross-platform pipelines. When developing with these ...

C++LinuxGame Development
Jan 24, 2023
4
1

C++ Brace Pair Colorization and More in Visual Studio

Mryam Girmay
Mryam Girmay

Visual Studio 17.5 brings you several new improvements in the C++ editing experience. Now we are excited to announce that C++ Brace Pair Colorization, Spell Checker, All-In-One Search, Reimagined Member List, and Macro Expansion Improvements are released in the Visual Studio Preview.   These features are also part of our focus on increasing game...

C++Game Development
Nov 15, 2022
0
3

Visual Studio 2022 Performance: Faster C++ Source Code Indexing

Victor Ciura
Victor Ciura

Building on top of performance wins in Visual Studio 2022 version 17.3, we are excited to announce additional improvements in version 17.4. Whether you are a game developer, work with large codebases, or have solutions with many C++ projects, your development experience in Visual Studio 2022 17.4 will feel even faster. In 17.4 we significantl...

C++performanceGame Development
Jul 11, 2022
2
0

VS2022 Performance Enhancements: Faster C++ Development

David Li
David Li

Introduction Building on top of our performance wins in earlier releases of VS2022, we are excited to announce additional improvements in Visual Studio 2022 17.3! Whether you are a game developer, work with large codebases, or have a small C++ project, your C++ development experience in Visual Studio 17.3 will feel even faster! In this blog, I ...

C++performanceGame Development
Mar 31, 2022
1
0

Enhancing Game Developer Productivity with Visual Studio 2022

David Li
David Li

In this blog, we will discuss how much faster you can get to code with speedier C++ IntelliSense ready and opening a file. Learn how search improved with faster with C++ Find All References and indexed Find in Files.

C++Game Development
Oct 25, 2021
15
1

18x Faster IntelliSense for Unreal Engine Projects in Visual Studio 2022

David Li
David Li

We joined forces with Epic Games to bring faster semantic highlighting and IntelliSense ready to Visual Studio 2022 for Unreal Engine developers. In this blog post, we will detail how we worked with the Unreal Engine team to significantly speed up IntelliSense ready by 18x.

C++Game Development
Jun 22, 2021
0
0

Address Sanitizer Now in “Early Release” for Xbox Developers

David Li
David Li

Address Sanitizer is now available on Xbox, developers can leverage this powerful technology to help debug memory issues in their titles.  Combined with the crash dump changes detailed here, it should provide all the flexibility required to support your automated tests suites and enable you to find issues quickly and easily.

C++Game Development