Unspecified Error while updating Qt translations(.ts files) in Visual Studio
Unsolved
Language Bindings
-
I am trying to update the exisiting translation files using "lupdate" from Qt VSTools. But, it returns with an error code 1 . I tried to clean the solution and rebuild it but this did not help me in solving the issue. I also tried to create a new translation files but it returns with error code 1. I have tried to clean all the files and recompile the solution but it shows the same error. I tried to search for the file in the project but it did not help.
lupdate error: File 'GeneratedFiles/ui_file.h' does not exist.
It checks for a file that is deleted. Any Suggestions on how to remove that file from lupdate?