vs报错:‘wcstombs‘: This function or variable may be unsafe.

错误:

'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    VINO    c:\program files (x86)\intelswtools\openvino_2019.3.379\deployment_tools\inference_engine\include\ie_unicode.hpp    37    

项目->属性->配置属性->C/C++ -> 预处理器 -> 预处理器,增加_CRT_SECURE_NO_DEPRECATE 

vs报错:‘wcstombs‘: This function or variable may be unsafe.