Original Post
Hi! I'm working on a project in LUA, containing a directory structure with thousands of files. I want to add this file-structure into a vs project. How do i create a NON-C++ project in VS, from a directory tree? There doesn't seem like there is a way to do it? Is there no "add directory" functionality in this VS2005? I can't find any. I tried to "add existing file" one by one until i discovered that it actually COPIED each file into the project path into project dir. I've been programming on this project eclipse for a while, but it drives me insane. (its slow, and i hate the search functions, plus it lacks all the shortcut keystrokes i have hardwired in my brain from years with visual studio :) any help is appreciated! /Thanks!