Cannot open include file: ‘io.h’: No such file or directory

Update

if you have Visual Studio 2022 no need to download VS Build Tools, as
you can use for the same purpose Visual Studio Installer (located in
VS2022 start menu folder)

As pointed out by JfredoJ

You need windows 10 SDK,
Download visual studio build tools and install

  1. Visual C++ Build tools core features.
  2. MSVC toolset C++ 2019 v142 (x86,x64)
  3. Visual C++ 2019 Redistributable Update
  4. Windows 10 SDK (10.0.17763.0) for Desktop C++

the image from Rivalus

Leave a Comment