visual c++ - Building VC++ project on new computer - system headers not found -


after frying mother board, trying compile vc++ project on new computer. old computer had windows 7 home, new 1 has windows 7 professional. have installed proper sdk (v 8.1). using same compiler , ide (vc++ 2017 under visual studio), possibly later revision of each.

the compiler not finding system include file "corecrt.h". indeed, not seem anywhere on new computer. referenced in "crtdef.h" in "c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.11.25503\include"

where "corecrt.h" supposed be, , why didn't when installed visual studio? or compiler finding obsolete version of crtdef.h?

edit: still not know why installing sdk 8.1 not sufficient, able compile right-clicking on solution, selecting "retarget solution" , taking default "ok", 10-point-something.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -