Building Issue VS2017 #1551

Open
opened 2026-01-30 22:30:12 +00:00 by claunia · 0 comments
Owner

Originally created by @mnewt00 on GitHub (Jun 8, 2019).

Environment

Windows build number:  [Version 10.0.18362.145]
Windows Terminal version (if applicable): v0.1.1581.0

Any other software?

x64 based processor
VS 2017

MSBuild auto-detection: using msbuild version '15.9.21.664' from 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin'.

Steps to reproduce

1. git clone https://github.com/microsoft/terminal.git windowsterminal
2. cd windowsterminal
3. git submodule update --init --recursive
4. dep\nuget\nuget.exe restore OpenConsole.sln
5. Open OpenConsole.sln in VS2017
6. Set Solution Platforms to 'x64'
7. Set Solution Configurations to 'Release'
8. Build>Deploy Solution

Expected behavior

Windows Terminal builds successfully so it can be used

Actual behavior

VS2017 gives 3 errors:


Error	MSB3073	The command "mc.exe /h C:\Users\User\Desktop\windowsterminal\\obj\x64\Release\Propsheet.DLL\ /r C:\Users\User\Desktop\windowsterminal\\obj\x64\Release\Propsheet.DLL\ strid.mc" exited with code 1.	Propsheet.DLL	C:\Users\User\Desktop\windowsterminal\src\propsheet\propsheet.vcxproj	81	
Error		0x3 trying to open file <User\Desktop\windowsterminal\\obj\x64\Release\Propsheet.DLL\>.	Propsheet.DLL	C:\Users\User\Desktop\windowsterminal\src\propsheet\mc	1	
Error		The command "copy C:\Users\User\Desktop\windowsterminal\\dep\WinAppDriver\* C:\Users\User\Desktop\windowsterminal\\bin\x64\Release\\" exited with code 1.	Host.Tests.UIA			

Originally created by @mnewt00 on GitHub (Jun 8, 2019). <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: [Version 10.0.18362.145] Windows Terminal version (if applicable): v0.1.1581.0 Any other software? x64 based processor VS 2017 MSBuild auto-detection: using msbuild version '15.9.21.664' from 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin'. ``` # Steps to reproduce ``` 1. git clone https://github.com/microsoft/terminal.git windowsterminal 2. cd windowsterminal 3. git submodule update --init --recursive 4. dep\nuget\nuget.exe restore OpenConsole.sln 5. Open OpenConsole.sln in VS2017 6. Set Solution Platforms to 'x64' 7. Set Solution Configurations to 'Release' 8. Build>Deploy Solution ``` # Expected behavior <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> Windows Terminal builds successfully so it can be used # Actual behavior <!-- What's actually happening? --> VS2017 gives 3 errors: ```error Error MSB3073 The command "mc.exe /h C:\Users\User\Desktop\windowsterminal\\obj\x64\Release\Propsheet.DLL\ /r C:\Users\User\Desktop\windowsterminal\\obj\x64\Release\Propsheet.DLL\ strid.mc" exited with code 1. Propsheet.DLL C:\Users\User\Desktop\windowsterminal\src\propsheet\propsheet.vcxproj 81 Error 0x3 trying to open file <User\Desktop\windowsterminal\\obj\x64\Release\Propsheet.DLL\>. Propsheet.DLL C:\Users\User\Desktop\windowsterminal\src\propsheet\mc 1 Error The command "copy C:\Users\User\Desktop\windowsterminal\\dep\WinAppDriver\* C:\Users\User\Desktop\windowsterminal\\bin\x64\Release\\" exited with code 1. Host.Tests.UIA ```
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-30 22:30:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1551