Hi,
I only added a label in a complete C++/Qt Project with the Qt-Desinger, then I tried to rebuild the project with Visual Studio, but now I get some errors like this : "error C4430: missing type specifier - int assumed. Note: C++ does not support default-int", meaning that the compiler couldn't find my ui.-file ? I tried to remove the changes, but the result was the same... :/ Maybe you can help me ?
Thanks a lot !