visual studio - Switching from debug to release: "Design time build failed for project" - Stack Overflow

admin2025-05-01  1

When I build twice but switch the solution configuration from Debug to Release (C++) or vice versa, the output window is cleared, and I get instead an error message:

error : Designtime build failed for project 'C:\prj\confstruct\build\pyconfstruct\pyconfstruct.vcxproj' configuration 'Debug|x64'. IntelliSense might be unavailable.
    Check *.designtime.log files in your %TEMP% directory.

The build doesn't stop and is successful. Building again (the same configuration) succeeds without the message.

It's just an annoyance, but it's been like that over a year now.

My VS: "Microsoft Visual Studio Community 2022 (64-bit) - Current, Version 17.11.5"

Log file

转载请注明原文地址:http://anycun.com/QandA/1746100339a91670.html