I get this error when starting an embedded project in Visual Studio 2017:
------ Deploy started: Project: myProj, Configuration: Debug Win32 ------ C:\...\myProj.vcxproj : error MSB4057: The target "Deploy" does not exist in the project. Done building project "myProj.vcxproj" -- FAILED. ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
I found something on the network by unchecking "Deploy from assembly, Configuration Manager ...", but it is no longer installed.
If I try to start it again, it will boot and start. But I would like to be able to release code that works for the first time. What else can I try? TIA.
source share