I just installed atmel studio 7 and I can't make a new project, i even tried to use an example project, but the it gives the error
project creation failed
Here's what I get whenever I try to make a new project
I dunno if that is relevant or not, but I have VisualStudio 2015 installed before any of this. Also, I think Atmel studio 7 comes with it's own compiler, so there is no need to install WinAVR.
What should i do ?
Found a solution to this mess, my guess is that Atmel studio 7 installs visual studio shell that conflicts with the visual studio 2015 that is already installed, so what i did is :
- uninstall Atmel studio 7
- uninstall visual studio
- restart PC
- install Atmel studio
- install visual studio(be careful, see note in edit)
sometimes you might find it hard to do step 2, if you can't then try to restore windows using a restore point before installing Atmel. and then try to do it again.
EDIT: Just wanted to add that if VS and AS are both installed, no matter what is the order of installation, VS will always work just fine, and AS won't work.