Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>BuildBridgeNew to Visual Studio Code? Get it now.
BuildBridge

BuildBridge

Sergey NaumenkovDev

|
8 installs
| (0) | Free
Visual Studio Properties Pages for C++ MSBuild projects in VS Code. Create, Edit, Build and Debug .vcxproj / .slnx projects without opening Visual Studio
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
banner

Version Installs Rating

About

BuildBridge is a Visual Studio Code extension that brings full C++ MSBuild project management directly into your editor — without needing Visual Studio.

Whether you're starting a new project or working with existing .vcxproj files, BuildBridge gives you a complete workflow: create, configure, build and run — all from VS Code.

Designed for developers who want the power of MSBuild with the simplicity of VS Code.


📋 Requirements

🔧 Visual Studio Build Tools v140 or higher
💻 VS Code v1.80.0+ (recommended)
🪟 Windows Windows 10 or higher

✨ Features

Feature Description
🚀 Create Projects Console App, DLL, Static Lib via 3-step wizard
⚙️ Project Properties Edit .vcxproj settings without opening Visual Studio
▶️ F5 Run & Build Build and run directly from VS Code with one keypress
📁 Projects Tree View All C++ projects in VS Code sidebar
🔧 Select Configuration Switch Debug/Release and x64/x86 on the fly
📦 Solution Support Auto-add projects to existing .slnx, batch build all at once

📦 Installation

  1. Open VS Code and go to Extensions (Ctrl+Shift+X)
  2. Search for BuildBridge
  3. Click Install and reload VS Code
  4. BuildBridge icon appears in Activity Bar — ready to work!

Or via command line:

ext install buildbridge

🚀 Usage

Availabel Commands (ctrl + shift + p)

Command Description
BuildBridge: Create Project Open 3-step project creation wizard
BuildBridge: Open Project Open existing project
BuildBridge: Select configuration Switch project configuration
BuildBridge: Properties Open project properties editor
BuildBridge: Focus View Focus Project Tree View

📸 Screenshots

Create Project

Project Explorer

Select Configuration

Project Properties

Command Palette


Made with ❤️ by Sergey Naumenkov

MIT License • Contributions welcome

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft