T O P I C R E V I E W |
rdjusr |
Posted - Mar 01 2008 : 04:59:54 AM Create a MFC Multiple Document application using MFC application wizard and name it MFCTest in vs2008, Then close vs and delete the created application solution folder (MFCTest). Open the vs2008 and create a new MFC Dialog application using MFC application wizard and exact name(MFCTest) and path for new solution as previously deleted solution. Now you can see previous solution classes like CMFCTestDoc and CMFCTestView in intellisense and auto complete lists in new solution, But we know that there isn't any of those classes in new solution.
Forgive my english. |
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Mar 06 2008 : 3:09:24 PM I think if you press VA Options -> Performance -> Clear and then VA Options -> Performance -> Rebuild and then restart your visual studio, it will work for you as a workaround. |
rdjusr |
Posted - Mar 03 2008 : 4:54:12 PM Yes (Parse all files when opening a project) is turned on and restarting IDE doesn't fix the problem. I can still see previous solution classes in listboxes. |
feline |
Posted - Mar 03 2008 : 09:50:00 AM Do you have:
VA Options -> Performance -> Parse all files when opening a project
turned on? If you restart the IDE does this fix the problem? |