I experienced the same problem, but managed to get the file. It is probably not the most efficient way, but it worked for me:
- In the file C:\Fritzing\fritzing-app\src\dialogs\fabuploaddialog.cpp, I commented out the second line:
//#include “ui_fabuploaddialog.h” - And built it again, the build failed but it did create the file ui_fabuploaddialog.h in the folder C:\Fritzing\debug64
- Copied the file ui_fabuploaddialog.h to the folder C:\Fritzing\fritzing-app
- Restored the file C:\Fritzing\fritzing-app\src\dialogs\fabuploaddialog.cpp, i.e. uncommented the second line.
- Built again, and it worked this time.
Regards,
Robert