Description
1. Open or create a new Qt project in Visual Studio 2012 which has an ui file.
2. Open ui file in designer and add a widget. Close designer.
3. Try to select the newly created widget from VS intellisense (type ui-> when the intellisense opens)
-> VS intellisense does not recognize the newly created widget. If I unload an reload the project the new member is available.
This works in 2010 without the reload.