Can't Include Files ! Help

Posts 16 of 6 · Page 1 of 1
Can't Include Files ! Help
Well, im working on c++, but i cant include files...

Error Message:

V++ Directories editing in Tools > Options has been deprecated.
What is this and how can i include my files?
Im using C++ 2010
Select properties from project menu..
then from control list C/C++ there will be section called Preprocessor
and you will see Preprocessor Definitions text box
^ add definition
profit
???????
Right click your project, select Properties, C++, then VC++ Directories.
_____
Code:
#include "file.h"
Quote Originally Posted by freedompeace View Post
Right click your project, select Properties, C++, then VC++ Directories.
_____
Code:
#include "file.h"
He is doing the same already ?
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?