I am using the Enterprise Edition of Visual Studio 2017 and try to compile the neon library. I call nmake from the visual command prompt. But I always get the error message, that the neccesary io.h file can not be find. I have installed the Windows Kits and for example under Progarm Files\Windows Kits\10\10.0.1.17763\ucrt\io.h there is a io.h file. But nmake does not find it. I also set a path to this directory, but it does not work.
Can somebody tell me, how to tell nmake to use this folder? I found something about a tools.ini file but no instruction how to use it.