error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended. c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include\atlcore.h
Solution
1)Select your project in your "solution explorer",
2)Open the directory named "External Dependencies" and select the "atlcore.h" place in the the directory named "External Dependencies",
3)Change the value 0x0501 to 0x0502 showed below.
Ref:
http://connect.microsoft.com/VisualStudio/feedback/details/564673/problem-with-win32-winnt
No comments :
Post a Comment