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.
devenv.exe command line execution mode is not working as expected
Mao
0
Reputation points
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
Sign in to answer