Compiling error ui_fabuploaddialog.h

I experienced the same problem, but managed to get the file. It is probably not the most efficient way, but it worked for me:

  1. In the file C:\Fritzing\fritzing-app\src\dialogs\fabuploaddialog.cpp, I commented out the second line:
    //#include “ui_fabuploaddialog.h”
  2. And built it again, the build failed but it did create the file ui_fabuploaddialog.h in the folder C:\Fritzing\debug64
  3. Copied the file ui_fabuploaddialog.h to the folder C:\Fritzing\fritzing-app
  4. Restored the file C:\Fritzing\fritzing-app\src\dialogs\fabuploaddialog.cpp, i.e. uncommented the second line.
  5. Built again, and it worked this time.

Regards,

Robert

2 Likes