Error 1 error MSB8020: The build tools for v141 (Platform Toolset = ‘v141’) cannot be found. To build using the v141 build tools, please install v141 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting “Upgrade Solution…”.
If you are building Audacity 2.2.2, follow the instructions in /win/compile.txt.
If you are building the current development code, I’m hoping that the build instructions will be updated soon.
You are unlikely to receive helpful replies unless you provide sufficient information about what you are trying to do.
I would suggest that you try following the instructions for building Audacity 2.2.2. Those instructions are complete and they work.
Thanks for the Reply
The error was that it was unable to find the setup.h from wxWidgets so I pass the absolute path of the wxWidgets setup.h and my problem is solved.