I'm following this tutorial. Everything seems to be fine (linux subsystem is setup fine, I think), but WSL is not showing up as a platform toolset for compilation for C/C++ projects.

Using visual studio 16.9.5
I'm following this tutorial. Everything seems to be fine (linux subsystem is setup fine, I think), but WSL is not showing up as a platform toolset for compilation for C/C++ projects.

Using visual studio 16.9.5
You can check these steps, which can make me find windows subsystem for linux in visual studio:
Enable subsystem:
Enable windows subsystem for windows
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestartRestart machine
download and install linux app
Configure linux environment:
sudo apt-get updatesudo apt install g++ gdb make rsync zipsudo apt-get install openssh-clientsudo apt-get install nanosudo service ssh restartConfigure visual studio: