This error applies to your RunTime Library
, you can change this in your project properties:
Right-click your project name in Solution Explorer
Press C/C++
, then go to Code Generation
.
Find the section called RunTime Library
.
In the drop-down list, you can select several different settings.
Select the option corresponding to the runtime specified in your error, and click "Apply."
You should probably clean and rebuild your project after making these changes.
source share