Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VC++14 don't see io.h - please help me!!!

50 views
Skip to first unread message

szy...@o2.pl

unread,
Aug 9, 2015, 2:51:56 PM8/9/15
to
Hi

I am trying to compile omniORB-4.2.0 with VC++14 under Windows 7 64bit. But I have encountered some problems. Some of them I solve but one remain. Now I get compiler error:
error C1083: Cannot open include file: 'io.h': No such file or directory
In true this file does not exists in: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include
But I found it in two werid directories:
C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt
C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt

Omniorb uses gnu make scripts to build (with Cygwin), but I have not idea: How to force VC++ to include one of those directories?

please help me, regards
Szyk Cech

szy...@o2.pl

unread,
Aug 12, 2015, 7:40:10 AM8/12/15
to
Start Menu -> Visual Studio 2015 -> VS2015 x64 Native Tools Command Prompt
Then use "cd" command to move to source directory, and then type "make" to build it.
0 new messages