UE4.20 is missing the IntelliSense IncludePath for the *.generated.h files

Ok, here is my current workaround. The following python script should grab all directories we need:
To Add those easy, go to Your gameProject\Intermediate\ProjectFiles\YourProject.vcxproj and add the resulting string. You can also try to add them via VS, but for me it didn’t copied all paths oO

edit update this script will now automatically find the needed Includes paths and will add them to your Project. You will just need to save this code to a Python (3.6) Script, located in your GameProjects folder, next to the *sln file

edit fixed a rare bug in the script + moved the code to pastebin for simpler copy:
https:///Vvu3WcJh