I recently started working with Qt (sort of a crash course) and integrated it with Visual Studio (as described here), and now for some reason the files don't appear to be updating with my saved .ui file after making the changes in the Qt Designer.
The file is saving correctly (if I click on it in Visual Studio, it shows the added components), but none of the added components are referenced in the "ui_MainForm.h" file. Is there a step I missed somewhere along the lines of saving that should have recompiled that UI header file?
I'm also not sure if this makes a difference or not, but the generated files have a red icon next to them in the solution explorer as so: