how to fix underloading all required header files issue in visual studio 2022

Николай Изюмов 0 Reputation points
2023-07-21T15:34:35.62+00:00
Installed Visual Studio on a computer running Windows 11 version 21 H2
Not installed all the header files necessary for work in particular iostream.h
<WinSock2>
<WS2tcpip.h>
 <stdio.h>
 <vector>
<socket.h>
<string.h>
Searching for these files using Explorer on the entire drive did not return any results. Explorer did not find such files. How do I get the system up and running.
(Remove the sensitive information)
Developer technologies Visual Studio Setup
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
    2023-07-24T02:55:26.4033333+00:00

    Hi @Николай Изюмов, 

    Welcome to Microsoft Q&A! 

    Please close all running VS instances and open the Visual Studio Installer > Modify > check “Desktop development with C++” workload > install it. 

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.