|
-
July 1st, 2011, 09:30 AM
#9
Re: [C++] Build Error? Please Help!
 Originally Posted by [email protected]
The directory is in visual studio, folder "include"?
I try it but not work 
The error is the same, file not exist.
What did you try? 
Does the folder "bzscmn" exist within the VC "Include" directory?
Does the file "file.h" exist within "bzscmn" folder?
Did you try
Code:
#include <bzscmn\file.h>
or
Code:
#include "bzscmn\file.h"
rather than
Code:
#include <bzscmn/file.h>
Don't do it. No one here needs it.
Victor Nijegorodov
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|