OpenAcc on Windows/Visual Studio

Hi, we have some legacy c++ code, looking forward to accelerate it through openAcc, if we have downloaded PGIc/C++ workstation for windows.

can we compile with VisualStudio 2013 ? any guides

Our C++ compiler on Windows will not work within, and is not compatible with Visual Studio. Further, it will no longer be shipped after 2015. Your best bet is to use our C compiler, pull the portions of your code you want accelerated into C files, accelerate those using OpenACC, and call them from your Visual Studio C++ program.