This may not help much (make sure to try this on a copy, so you don't mess it up anymore) but I've sometimes gotten lucky by opening the lvclass files and messing around with just them open. You could also try mass compiling the project directory (under tools/advanced in LV).
I strongly suggest you setup some form of version control, (I recommend
tortoisesvn which is free and fairly easy to setup). I can guarantee you the time spent learning how to use it and actually using it (I'd say anytime you fix a bug or add a feature, be sure to save all first) , will pay for it self many times over. For instance before messing with the file structure I would make sure the project was commited, then when it broke I would just revert back to before I changed it, and try with a different method.
Here's an article on how to setup a svn repository
http://thinkinging.com/2007/04/12/creating-a-local-subversion-repository-with-tortoisesvn/Message Edited by Matt W on
12-23-2007 07:49 PM