'Visual Studio Code C++ Linux Library's On Windows

So basically I am writing a socket program in C++ on a Windows machine. But I am running a WSL and compile the code within the WSL because I am building it for Linux machines. My only concern is, when I am writing my code in Visual Studio Code, <socket.h> and other Linux libraries of course are not recognized because I'm on a Windows system. Is there any way I can add those to the includePath and they will be recognized within my Visual Studio Code on Windows?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source