My old project is vs2010 under the project. After the recent installation of vs2013, open the SLN solution, debug Run Error
C:\Program files (x86) \ Kits\8.0\include\um\winsdkver.h (+): Fatal error C1083: Can't open include file: "Winapifamily.h": No Such file or directory
This Windows Kits\8.0\include is included in the project inclusion directory.
Think carefully about the previously compiled WEBRTC used, this is a WIN8 SDK, so the three included directories to get rid of the normal compile project.
I went to find my folder, and found that the update date is the date I installed vs2013. This means that the directories are overwritten when the vs2013 is installed. And WEBRTC we are using a very old version, there may be some unknown changes. If you have a project that uses these libraries, you can only think from the perspective of compatibility.
VS2010 Project using vs2013 Compile error cannot open include file: "Winapifamily.h"