V4.11.0 release bug:can't recompile and reload C++ code

even my C++ code is correct, but I can’t recompile.
this issue appears as below pic:

by the way, why Epic close issues page on github, if we can submit bug on github directly, the developers of UE4 can see them immediately.

Hey DawnArc-

Are you compiling the code from inside Visual Studio or are you using the in-editor compile button? Also, the message mentions that it cannot find a specific file. Can you check in the D:\Program_Filesx86\Epic Games\4.11\Engine\Intermediate\Build\BuildRules\ folder and look for UE4Rules.dll? If you do not see this file, please try closing the project / editor and then remove the Intermediate folder (I would suggest copying it to your desktop and then deleting the original). If you’re using the binary version of the enigne from the launcher, when you relaunch the editor it should recreate this folder. If you’re using a source build of the engine then you may need to run GenerateProjectFiles.bat again.

Cheers

thank **** very much for your help! it works now!
I remove all intermediate files and folders, then regenerate VS project files.

thx very much for your help! it works now!
I remove all intermediate files and folders, then regenerate VS project files.