So I have done a few plugins in Flowstone and want to start messing with Juce, mostly done some programming in Ruby and messed with Asm.
I have a some very basic questions about getting up and running so please bear with me here 
I Installed Juce and visual studio 2017 community.
As i understand I use VS for compiling and releasing , I already did the plugin container and that seemed to work.
What I am having problems with is the live coding and just understanding the difference between exporting to visual studio and the live coding thing.
Should I be able to compile in Juce and see and work on the plugin or do I need VS as some kind of intermediary? Am I correct in assuming that visual studio is only needed for releasing ?
Should I be able to open one of the examples - hit build and see the interface without runing VS ?
I tried that but I get errors about missing files " corecrt file not found -windows.h file not found.
So I guess I would like to know if my assumptions are correct about the live coding as well as hopefully some help with these missing files.
Thanks for your time.
