Build Announcements

Visual Assist 2026.3 release post

Visual Assist 2026.3: Expanding AI Workflows & Improving Performance AI in IDEs is evolving quickly, but for many the hype might feel artificial. For most C++ developers, the question isn’t “can AI write code?” — it’s: “how can I fit this into the way I already work?” With Visual Assist 2026.3, we’re continuing to explore that question by introducing…
Read more
Build Announcements

Visual Assist Build 2375

NEW Added Code Inspection for modernize-deprecrated-headers clang checker. Some headers from C library were deprecated in C++ and are no longer welcome in C++ codebases. This check replaces C standard library headers with their C++ alternatives and removes redundant…