-1

I'm migrating a C++/CLI project from VS2008 to VS2017 but I always get an error when "reloading" the project to convert.

The project don't load and I don't see any clear error message about the reason.

gavioto
  • 1,695
  • 2
  • 17
  • 38
  • Added a better explanation of the issue and the solution. I don't understand why someone has downvoted this question. Please, leave a comment of the reasons. Thanks – gavioto Jun 28 '17 at 08:46

1 Answers1

0

You should check that the correct components of Visual Studio 2017 are installed.

May be it's not installed by default in your case. It happened to me when I installed Visual Studio 2017 using this chocolatey package

You can solve this issue with the steps in this question: Visual Studio 2017 Professional C++/CLI Missing

gavioto
  • 1,695
  • 2
  • 17
  • 38