T O P I C R E V I E W |
tailsu |
Posted - Jun 20 2008 : 02:25:38 AM When using Create Implementation on a method in a class called Application, instead of the code going into the corresponding file in the project, it goes into another file called Application.cpp from another project. The .cpp file has a class called application (lower case 'a') and it's not even visible in the current solution.
It may have something to do with the fact that Application.h and the corresponding Application.cpp aren't in the same folder. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jun 20 2008 : 09:07:44 AM If you make sure that none of the "application.*" files are currently open in the IDE and then use ALT-SHIFT-O to show the Open File dialog how many "application.cpp" and "application.h" files are listed?
I am wondering if all of the files have been added to the solution.
If they have all been added to the solution can you post the full path's for these files, so I can try to reproduce the problem here? |
|
|