I’m not sure if that can help, but we can try to generate vs project file (right click on your project), open the .sln file of your project and start a debug session in visual studio. If the project don’t start, it’s because there is an error somewhere (but normaly it will not have error if you don’t have C++).
Let me know if that solve your problem.