When I try to run the solution 'ModelCompilerSolution' that is output by the OPC UA ModelCompiler BuildDesign.bat file, I get an error message from Visual Studio that says:
"A project with an Output Type of Class Library cannot be started directly. In order to debug this project, add an executable project to this solution which references the library project. Set the executable project as the startup project."
What are they referring to by the executable project that they mention to add? Generally, how should this project be created?