locked
Migrate Project from VS2013 to VS2015 CPT6 Error RRS feed

  • Question

  • I got the error message by rebuild solution, how to solve it? VS2015 Ultimate CPT6 is running on Windows 10 preview.

    1>------ Build started: Project: MyProject, Configuration: Debug Win32 ------

    1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2005,5): error MSB3774: Could not find SDK "CppRESTWindowsSDK, Version=1.0".

    1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2005,5): error MSB3774: Could not find SDK "MobileServicesCppClient, Version=1.0".

    1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2005,5): error MSB3774: Could not find SDK "MSAdvertisingXaml, Version=8.1".

    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    Saturday, March 28, 2015 7:25 PM

Answers

All replies

  • I found solution myself. Remove all these items in Reference and it worked fine.
    Sunday, March 29, 2015 1:17 PM
  • I found solution myself. Remove all these items in Reference and it worked fine.

    Glad that you've found a solution:)

    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Monday, March 30, 2015 3:18 PM
    Moderator