31.7.25

The Installation of MS Visual Studio Community

 

Installing Microsoft Visual Studio 2022 Community Edition 

1. Download Visual Studio Installer



  1. Head to the official website:
    https://visualstudio.microsoft.com

  2. Click “Download Visual Studio” and choose “Community 2022”.

2. Run the Installer

Once the installer downloads, run it. It will set up the Visual Studio Installer.

Don’t worry if it takes a while.

3. Select Workloads 



This screen is important! It decides what features Visual Studio will install.

Look for these commonly used workloads:

✅ ML.NET Model Builder 2022

✅ Intel® C++ Compiler Integration 2025

✅ Intel® Distribution for GDB

✅ Intel® oneAPI Menu & Samples

✅ Common tools for Intel compiler projects

✅ Intel® Fortran Expression Evaluator (Deprecated)

✅ Intel® Performance Libraries

✅ Intel® oneAPI DPC++ Compiler Integration

✅ Intel® oneAPI Debugger Integration

Don’t worry! You can always add/remove workloads later.

4. Choose Installation Path 

  • If you want to install it somewhere else, click the “Installation Locations” tab.

  • Otherwise, just click Install!

5. Installation Time!



  • This can take 10-30 minutes depending on your internet and PC.

6. Launch Visual Studio



Once it’s done:

  • Click “Launch”

  • Sign in with a Microsoft account (optional but useful)

  • Choose a theme (I chose Dark Mode)

You’re in!


No comments:

Post a Comment

rating System

Loading...

Understanding Arrays in C

The Bookshelf Analogy & Book-Author Example Arrays are one of the most essential concepts in C programming. They let you store multiple ...