I see the file under \VC\Tools\MSVC\14.33.31629\include\vcruntime.h of the
VS installation. The file calling it is under C:/Program Files
(x86)/Windows Kits/10/include/10.0.17763.0/ucrt\corecrt.h.
Is it supposed to look for some env variable to find it? I have MSVC_VER,
VSINSTALLDIR and VS150COMNTOOLS all set. I don't remember needing anything
else.

On Sat, Aug 13, 2022 at 1:30 AM Kevin Rushforth <kevin.rushfo...@oracle.com>
wrote:

> vcruntime.h is included with the Visual Studio compiler and has been for
> ages. I can't think of anything recently that would have changed
> relative to that.
>
> -- Kevin
>
>
> On 8/12/2022 2:12 PM, Nir Lisker wrote:
> > Hi,
> >
> > I have just run gradle clean and gradle build, and I'm getting an error:
> >
> > C:/Program Files (x86)/Windows
> > Kits/10/include/10.0.17763.0/ucrt\corecrt.h(10): fatal error C1083:
> > Cannot open include file: 'vcruntime.h': No such file or directory
> >
> > Indeed, vcruntime.h is not in that folder. Do I need to update
> > something, like VS?
> >
> > - Nir
>
>

Reply via email to