Compiling Errors
ampf27 opened this issue · 1 comments
ampf27 commented
While compiling on VS2022 I get the following errors:
Severity Code Description Project File Line Suppression State
Error The BaseOutputPath/OutputPath property is not set for project 'Black Angel Loader.vcxproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='x64'. 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. Black Angel Loader C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 823
Error The BaseOutputPath/OutputPath property is not set for project 'Black Angel Client.vcxproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='x64'. 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. Black Angel Client C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 823
What can be happening here?
Thanks
XaFF-XaFF commented
As error says you need to specify ouput path in projects properties.