Cannot Open Include File: 'Io.H': No Such File or Directory

fatal error C1083: Cannot open include file: 'io.h': No such file or directory

TL;DR: Update or reinstall Visual Studio https://visualstudio.microsoft.com/visual-cpp-build-tools/

I'm sure you've already solved this problem given the time discrepancy. However, I ran into this problem today and found my solution by reinstalling Visual Studio.

Visual Studio version that worked for me.

Error I was receiving:

h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory

Please note I also tried the following before reinstalling Visual Studio:

  1. Pip/Pip3
  2. Wheels
  3. Setuptools
  4. (verified Environment PATH/variables)

As of current Time and Date, you will be able to find the most up-to-date version of
Visual Studio cpp-Build-Tools here:https://visualstudio.microsoft.com/visual-cpp-build-tools/

Error with using cython fatal error C1083; Cannot open include file: 'io.h': No such file or directory

Finally I solved it. This is what I installed.
Sample Image

I'm sure the reason is that my system was missing Universial Winodows Platform build prerequisites. So it solves the problem. Thank you all for your help.



Related Topics



Leave a reply



Submit