Visual Studio 2017 errors on standard headers

后端 未结 5 1192
一向
一向 2020-11-30 02:37

I just upgraded to Visual Studio 2017 Community Edition and I have trouble loading standard header files. I get 507 errors from various header files. Here are some snippets:

5条回答
  •  -上瘾入骨i
    2020-11-30 03:34

    If the problem is not solved by above answer, check whether the Windows SDK version is 10.0.15063.0.

    Project -> Properties -> General -> Windows SDK Version -> select 10.0.15063.0

    After this rebuild the solution.  

提交回复
热议问题