rxapi.lib(libinit.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in AceGXImgcbBox.obj
Solutions:
Change
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
To:
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
If still has problems, remove the below settings values:
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<IgnoreSpecificDefaultLibraries>msvcrtd.lib;libcd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>