ReClass.NET : The BaseOutputPath/OutputPath property is not set for project 'NativeCore.Unix.vcxproj'

Viewed 45

am new to Visual Studio 2022 and ReClass.NET, am trying to build ReClass with the tutorial, but encountered some errors:

enter image description here

The BaseOutputPath/OutputPath property is not set for project 'NativeCore.Unix.vcxproj'.  Please check to make sure that you have specified a valid combination of Configuration and Platform for this project.  Configuration='Release'  Platform='Win32'.  This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Configuration or Platform.

But I have set the OutputPath property of the project"

enter image description here enter image description here enter image description here enter image description here

What I did wrong here?

0 Answers
Related