When I create a new Galileo Wiring App Project, the create window is missing fields as displayed in the image below.
I can create the project, but if I try to save the project or solution I get the following sequence of dialogs:
I've tried restarting software and computer.
I've tried uninstalling the Visual Studio Extension and reinstalling.
I've tried repair/uninstall/re-install on both the Windows Developer Program for IoT software, and Visual Studio. I am running Visual Studio Professional 2013 Update 3 Version 12.0.30723.00.
I have no problem creating other C++ projects, only this template has an issue. I can add the C++ Wiring SDK from Nuget, but would have to setup the basic project requirements from scratch and cannot find any guides on how to do this.
It seems I had an option changed from the default that wasn't compatible with this project type.
Turning off the
Save new projects when created.
options allows for "Temporary Projects". Useful when you have a solution with multiple projects and want to add another, but aren't sure if you want it there permanently (for testing something out).Seems this setting was keeping the template from providing options to save the project, and then once created it could not be saved at all. Checking the option highlighted in the photo solved the problem.