This is most likely due to the file path being too long. A copy of this particular control is being saved within your rtexe file and the resulting path is longer than what the OS can handle. On Windows, the maximum file path length is 255 characters. Try moving the location of your build up in your directory hierarchy. Maybe build the application directly to C:\ or one directory below like C:\builds. This should eliminate the error you are seeing.
Donovan