Configuration CPP Linux project configuration header file does not exist in Visual Studio 2017 15.8.9?

according to Microsoft official documentation after setting up the Ubuntu remote host and zip, Visual Studio will automatically synchronize the header files from Ubuntu to the HeaderCache directory, but the header files under Synchronize are missing standard header files, such as stdio.h, cstdio, iostream , but these files are all on Ubuntu. As a result, the function of the function prompt cannot be used when using Visual Studio.
clipboard.png
clipboard.png
clipboard.png

problem description

the platform version of the problem and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

Nov.07,2021

cstdio is the header of cPP, usually in / usr/include/cPP/gcc version / or / usr/local/include/cPP/gcc version /

I'm not sure how to configure vc

Menu