Share via

devenv.exe command line execution mode is not working as expected

Mao 0 Reputation points
2024-11-18T03:58:42.38+00:00

Hello! I was using devenv.exe command mode to compile the whole Unreal Engine source code. As the VS doc says, I constructed the following bat code:

"XXXXXX\devenv.exe" "xxxxxx\UE5.sln" /Rebuild "Development Editor|Win64" /Out "XXXXX/Rebuild.log"

I use the "/Rebuild" switch to recompile the whole solution, and that works well. However, when I open the VS IDE and run "Build Solution" after previous "Rebuild", there are build actions which means that there are changes cause an incremental build. But I did not touch any code which makes this weird. Can anyone give a workaround or solution to fix this. Many thanks.

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.