[Seqan-dev] Building project outside of sandbox environment


Dear Members,

I’m trying to build a simple sequence algorithm for matching ‘tutorial’ against a string of text in VSE 2012 has a new console project. I’ve got the example working in the usual set up within the sandbox environment but wanted to develop my own applications outside of this environment.
I have included the header file directory to locate the following .h files in my VS project:

#include <iostream>
#include <seqan\file.h>
#include <seqan\sequence.h>
#include <seqan\score.h>

But when compiling I get numerous errors (32). Is there something I’m missing that Ive not included in the project or is it not possible to build your own projects in VS outside of the standard SeqAn development environment?

Thanks

Paul