Visual Studio Community is an IDE for various languages, including C++, which I assume you want to use? If so, then you will have to create your own rendering, window, input, sound, networking, etc. code. When it comes to Spine, you want to use spine-cpp with your own "engine". The doc should have everything you need to implement Spine support in your own engine.