#include<iostream>
#include<string.h>
#include<Windows.h>
.
.
.
using namespace Windows::Networking::Connectivity;
.
.
.
ConnectionProfile^ internetConnectionProfile = NetworkInformation::GetInternetConnectionProfile();
.
.
.
上記はコードですが、表示されています
error C2653: 'Windows' : is not a class or namespace name
私は何をしますか?共通言語ランタイム サポート (/clr) が設定されています