AM trying to develop an application using qt and visual studio. In my application, I want to access network, but using QNetworkAccessManager I got an error like 'Cannot open include file: 'QNetworkAccessManager': No such file or directory'. How can i resolve this?

