+ Post New Thread
Results 1 to 2 of 2
-
12th February 2019, 08:52 #1
- Join Date
- Sep 2010
- Posts
- 77
- Helped
- 1 / 1
- Points
- 1,896
- Level
- 10
how to install workloads of C++ tools in the Visual Studio 2017 Express
Kindly guide me about how to install C++ components into Visual Studio 2017 15.9.6
The building gives error regarding not identifying the Cout command of C++
I tried to install the workloads as instructed in the help, but the C++ workload window does not show any options of installations.
-
Advertisment
-
12th February 2019, 11:05 #2
- Join Date
- Jan 2008
- Location
- Bochum, Germany
- Posts
- 43,810
- Helped
- 13322 / 13322
- Points
- 251,556
- Level
- 100
Re: how to install workloads of C++ tools in the Visual Studio 2017 Express
You are asking about std::cout? Did include the respective header <iostream>?
+ Post New Thread
Please login