Cannot add .cpp/.h files in VS2005
-
I seem to have run into a very strange bug in Visual Studio 2005. After applying some Windows XP SP2 automatic updates, I can no longer add .cpp or .h files to a project. I have to add them manually in the solution folders and then add existing items in Visual Studio to use them. I have looked through the MSDN support pages and I cannot find another reference to my issue anywhere. I might just be using incorrect search terms :) Does anyone know a fix, or even just have the same problem? I've been through the options in Visual Studio, and I can't find any option that I might have changed. The extensions are all on the list of C++ source files. Thanks in advance!
-
I seem to have run into a very strange bug in Visual Studio 2005. After applying some Windows XP SP2 automatic updates, I can no longer add .cpp or .h files to a project. I have to add them manually in the solution folders and then add existing items in Visual Studio to use them. I have looked through the MSDN support pages and I cannot find another reference to my issue anywhere. I might just be using incorrect search terms :) Does anyone know a fix, or even just have the same problem? I've been through the options in Visual Studio, and I can't find any option that I might have changed. The extensions are all on the list of C++ source files. Thanks in advance!
And , what does error says ?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
And , what does error says ?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Really strange. Just a wild try, clean up your solution and try again. You never know whats hidden there.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Really strange. Just a wild try, clean up your solution and try again. You never know whats hidden there.
Prasad Notifier using ATL | Operator new[],delete[][^]
At the time I encountered this, my solution consisted of a single .cpp file. How much cleaner does it need to be? :laugh:
-
At the time I encountered this, my solution consisted of a single .cpp file. How much cleaner does it need to be? :laugh:
all_in_flames wrote:
How much cleaner does it need to be
I meant
Build-->Clean solution
option.:)Prasad Notifier using ATL | Operator new[],delete[][^]
-
all_in_flames wrote:
How much cleaner does it need to be
I meant
Build-->Clean solution
option.:)Prasad Notifier using ATL | Operator new[],delete[][^]
OHHHH! Thanks for the suggestion, but even with that, the problem persists. Sorry about the mix-up :->