Unity Incremental Compiler Creating Weird Files On My PC

So since a day or two I got the following problem when I start up my PC:
Whenever I start my PC a random Unity Process (which isn’t listed ANYWHERE and I of course didn’t activate myself - at least not that I knew, I’ve never actually used the incremental compiler package) creates a file named unity_incremental_compiler_server.log at C:\Program (Windows warns me about the Path maybe hindering other programs and recommends me to rename it to C:\Program1). The files content doesn’t tell me much:

 (0,0): Unity incremental compiler server
 (0,0): watchdog active on pid: 2112
 (0,0): watchdog triggered an exit    

Since the file seems to be useless and I don’t like it always being created at C:\Program I’d like to know how to stop it. Do you know any solution?

Thank you in advance!

This seems to happen if your project folder has a space in the name, renaming from “My Project” to “My_Project” seems to solve the issue, i’ll make a bug report