IntelliSense: “#using” requires C++/CLI to be enabled

前端 未结 4 1001
花落未央
花落未央 2020-12-15 22:12
#using 
#using 
using namespace System;
using namespace System::Text;
using namespace System::IO;
using namespace System::Net;
         


        
4条回答
  •  执笔经年
    2020-12-15 22:33

    Your project settings are wrong. Specifically Configuration Properties, General, Common Language Runtime support.

    Fall in the pit of success by starting your project by picking one of the project templates in the CLR node.

提交回复
热议问题