error C2039: “SetDefaultDllDirectories”:is not a member of global namespace

前端 未结 7 1412
無奈伤痛
無奈伤痛 2021-01-11 16:56

xxx\\vc\\atlmfc\\include\\atlcore.h(638): error C2039: “SetDefaultDllDirectories”: is not a member of \"global namespace\"

#ifndef _USING_V110_SDK71_
    //          


        
7条回答
  •  一整个雨季
    2021-01-11 17:24

    1. Put following lines in include above all

      $(VC_IncludePath)
      $(WindowsSDK_IncludePath)

    2. Uncheck check box "inherit from parent or project defaults"

提交回复
热议问题