hi,
I use to use the MS C++ 6.0 console to write my programs.
Now, Im getting into the MS visual C++ 7.0
My question i how do I ad a class to the project?
I did what I use to do when adding a class like in Ms C++ 6.0 and it doesnt work.
I kept on getting this message.
"c:\Documents and Settings\user\My Documents\Visual Studio Projects\sample\Form1.h(2): fatal error C1083: Cannot open include file: 'Data.h': No such file or directory"
I put this on the form page,
#include<Data.h>
Anyone know whats wrong? Thanks in advance.
I use to use the MS C++ 6.0 console to write my programs.
Now, Im getting into the MS visual C++ 7.0
My question i how do I ad a class to the project?
I did what I use to do when adding a class like in Ms C++ 6.0 and it doesnt work.
I kept on getting this message.
"c:\Documents and Settings\user\My Documents\Visual Studio Projects\sample\Form1.h(2): fatal error C1083: Cannot open include file: 'Data.h': No such file or directory"
I put this on the form page,
#include<Data.h>
Anyone know whats wrong? Thanks in advance.