I have Visual Studio 2013 with update 3 installed. The first time I opened my project, I was asked to download and install Azure SDK 2.2, and so I did. When I tried to build, it fails and gives me this error message:
Error 109 WAT080: Could not find the Windows Azure SDK. Verify that the Windows Azure SDK v2.1 is installed.
So, I installed the SDK 2.1, but the build still fails with the same error. These are my installed azure SDKs: 2.1, 2.2, 2.3, 2.4. I also confirmed that the folders of each version are missing here: C: \ Program Files (x86) \ MSBuild \ Microsoft \ VisualStudio \ v12.0 \ Windows Azure Tools
We started the cloud project, which is the MVC site in the third quarter of 2013, when Windows Azure 2.2 was released, and I had no problems.
Is it possible that these Azure SDKs are conflicting?
source share