how to solution MSB8013
I try to create an installer for version 2.6.3 but it gives me the following error:
error MSB8013: this project doesn´t contain the Configuration and Platform combination of RelWithInfo|x64.[C:\Desarrollo\1w\installtest\ZERO?CHECK.vcxproj]
I would appreciate your help with this.
You'll need to post on a public share somewhere the output of the CMake configuration step and the msbuild step and provide a link back to them in your question.
You can redirect the output by adding
2>&1 >log.txt
to the end of the command lines.Is there a specific reason why you're using an older version of the source rather than the current 2.6.6?
version 2.6.3 was the one I started working with and due to offline work conditions. Due to these conditions it has also been difficult for me to obtain all the resources to compile the project but I have already managed to revamp that stage, although I try to follow all the steps of the developer's guide.
Presumably you're using a tarball of the sources and not a git checkout? If so note that this will be very difficult to maintain in the long run.
I have this aspect clear, but I try to make all the indications of the developers guide as healthy practice. What do you suggest to me to solve my current problem, I am talking about the error MSB8013
To progress your issue you'll need to provide the log output I mentioned in my first comment.