We will be adding a wiki page about this very soon, as well as working on a video guide.
I’ve briefly outlined the process in this thread.
The Visual Studio projects for daisy are set up using the VisualGDB extension which is a paid product. However, they do offer a 14-day free trial. On the contrary, VS Code workflow is totally free.
The helper script I describe copies/renames/updates all of the files for both VS Code and VisualStudio.
The easiest way to start a new, blank project is to run:
python helper.py create seed/MyNewProject
Hope that helps!