We Are Going To Discuss About Visual Studio not installed; this is necessary for Windows development. So lets Start this Flutter Article.
Visual Studio not installed; this is necessary for Windows development
It’s basically saying that if you want to develop your flutter app for windows you will need to install Visual Studio 2022 and while installing Visual Studio 2022 you will need to download this: Desktop development with C++
Also, you have to install the third link in this: Visual-studio
You could also get Desktop development with C++ tool after installing visual studio and then navigating to tool -> Get tools and features -> Desktop development with C++
It’s basically saying that if you want to develop your flutter app for windows you will need to install Visual Studio 2022 and while installing Visual Studio 2022 you will need to download this: Desktop development with C++
Also, you have to install the third link in this: Visual-studio
You could also get Desktop development with C++ tool after installing visual studio and then navigating to tool -> Get tools and features -> Desktop development with C++
Solution 1
It’s basically saying that if you want to develop your flutter app for windows you will need to install Visual Studio 2022 and while installing Visual Studio 2022 you will need to download this: Desktop development with C++
Also, you have to install the third link in this: Visual-studio
You could also get Desktop development with C++ tool after installing visual studio and then navigating to tool -> Get tools and features -> Desktop development with C++
Original Author Rohith Nambiar Of This Content
Solution 2
As it states, you need to download Visual Studio (which is different from Visual Studio Code).
When installing it, remember to select the required package Desktop development with C++
:
This will not prevent you from developing Mobile apps, but it’s a requirement only for Windows Development.
Original Author Dani3le_ Of This Content
Solution 3
The error means install Visual Studio, and this is different from Visual Studio Code. It’s an IDE from Microsoft.
For those that may be using a weak computer and can’t afford to install the full Visual Studio, You only need to install a few components from Visual studio to get flutter to run on your computer without errors. These components are:
- MSVC v142 – VS 2022 C++ x64/86 build tools.
- Windows 10 SDK (For windows 10 users)
- C++ CMake tools for Windows.
In total, they should occupy around 8GB or so.
Original Author Daniel Don Of This Content
Solution 4
1)Make sure to install VScode.
2) Open below mentioned link https://visualstudio.microsoft.com/downloads/
Original Author Sreerag Sree Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.