First time post here as I'm just getting my feet wet with JUCE. Apologize for it being a "Hey, this didn't work!". I didn't see any posts that answered my exact question.
I pulled the master from github this morning and built the Introjucer using VS2013 Express...no problems. I ran Introjucer and created a new Console Application. I then created a new VS2013 target in that project. I kept all the default options.
I opened the newly created VS2013 project and attempted to biuld and received the following error:
"error C2871: 'juce' : a namespace with this name does not exist" coming from juceheader.h. I made no modification to the files, changed no project options, etc...this should be as vanilla as it gets.
I then created a blank GUI application using the same process, that builds-up fine.
I also created a VS2010 target in my original (problematic) console app project and opened that in VS2013. VS2013 converted the project files to the latest VS format, and that built-up fine too.
Any thoughts on the problem with the default console application? I'm trying to learn to walk before running and would like to start as simple as it gets with a basic console app.
Thanks in advance.