You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/01/11 21:54:01 UTC

[jira] [Commented] (REEF-1972) C1083: Cannot open include file: 'mscoree.h': No such file or directory

    [ https://issues.apache.org/jira/browse/REEF-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323036#comment-16323036 ] 

Markus Weimer commented on REEF-1972:
-------------------------------------

{{'mscoree.h}} is part of the native API to the .NET runtime. If you are on current Windows 10, your runtime is .NET 4.7. However, the default installer for Visual Studio does not install the .NET 4.7 SDK. Go to the installer and install it, and the error should go away.

> C1083: Cannot open include file: 'mscoree.h': No such file or directory
> -----------------------------------------------------------------------
>
>                 Key: REEF-1972
>                 URL: https://issues.apache.org/jira/browse/REEF-1972
>             Project: REEF
>          Issue Type: Bug
>          Components: Build infrastructure, MSBuild
>            Reporter: Shouheng Yi
>
> My build on both Visual Studio 2017 and msbuild were not successful due to the same error:
> {quote}fatal error C1083: Cannot open include file: 'mscoree.h': No such file or directory [E:\reef\lang\cs\Org.Apache.REEF.Bridge\Org.Apache.REEF.Bridge.vcxproj]{quote}
> It looks like that it's missing a header file mscoree.h.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)