Attached is 3 projects below a solution called RF_Communications
Always open the RF_Communications.sln in the root. After you do this is will be on the File>Recent list and the recent list on the Start Page.
notes:
If you attempt to open a vcxproj or .ino from an empty IDE the IDE will create a new solution for you. The same project can be included in many different solutions but it gets confusing so stick to the RF_Communications.sln
If you open the RF_Communications.sln then you can Add Existing or Add New projects to the solution. You can also right click a project in the solution explorer to Remove them from the solution. I suggest you use test solutions to study how projects can be added and removed from solutions. I edited the .lsn, vcxproj and .vcxproj.filter files to correct/organize your existing solution. You could also delete the .sln, create a new solution in RF_Communications then right click the explorer and "add existing project" for each of your existing three projects.
You have three projects not five. I remove duplicates from below some of the projects. You should not allow projects to exist below projects but I suspect the "File>New>Project" wizard confused you because it attempts to create a solution folder with the project folder below that. Makes sense once you understand the system but it's alien speak for new users
Perhaps you would not have people like me taking up your time if VM included pseudocode precise instructions covering the things we are discussing in Creating a New Project at http://www.visualmicro.com/page/User-Guide.aspx?doc=Create-New-project.html or a similar page. If I had found that, I wouldn't have started this thread.Â
I know what you mean but consider this:-
The VS users want to know what an arduino project is, what arduino libraries are and why they can't use dlls on arduino
The arduino people want to know what a visual studio solution is and how to add/remove projects from a solution
The GDB debug users want to know how to use gdb
The Serial debug users want to know how to use GDB
Most users want to know what the Arduino sketch book folder is and how to install user libs
A lot of people want to know how to write or fix Arduino code.
Microsoft and Arduino both release new IDE's quite often and each brings a whole pile of differences.
and the list goes on ....
I do agree that new users would benefit from an overview of Visual Studio solutions and projects but it's standard stuff that is documented and blogged by many, it's relatively easy for users to find this information along with all the other Arduino or Visual Studio features.
I want to produce and support a plugin for people that is mainly free. It's a big job and to provide anymore would mean stopping the free version.
Finally, did you create a single project and learn how it works before jumping in with multiple projects? That would probably have helped you understand the various components of a project and solution. New users would normally be very confused by documentation of a multiple project solution so it's also important not to confuse the docs with too much clutter.