Can not open include file 'vcruntime.h' error.

  • Thread starter Thread starter shafaei
  • Start date Start date
S

shafaei

Guest
I want to compiles Star Schema Benchmark dbgen source code with C++. I use this command line to compile source code:

cl.exe -DDBNAME=\"dss\" -DWIN32 -DSQLSERVER -DSSBM /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt" /I /c build.c driver.c bm_utils.c rnd.c print.c load_stub.c bcd2.c speed_seed.c text.c

and some errors are shown:

build.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\corecrt.h(10): fetal error c1083: Can not open include file: 'vcruntime.h': No such file or directory

How can I fix it?

Continue reading...
 
Back
Top