Hi everyone, I have a problem.
My project worked without a problem, and now when I try to start it, it says: LNK1181: cannot open input file 'debug\dialogistorija.obj'.
dialogistorija is a dialog class with h,cpp and ui. I tried running qmake, cleaning the project, rebuilding, changing the building path (no white spaces), deleting the .pro.user file, and I still can't fix it.
The problem is,when building, qt can't make a object of the dialogistorija class.
Compiler: MSVC 2017 32bit.

Can someone help me please?
Thanks.