- Joined
- Jan 13, 2008
- Messages
- 2,303
- Reaction score
- 6
- Points
- 38
- Location
- Atlanta, GA, USA, North America
I've made the jump to VC++2010, and I'm having a real issue with my first project on it. I'm trying to make a project as part of a solution. Previously, I've used separate solutions for all my development work, but I'm trying this to hopefully make my dev work on separate components more efficient.
I've setup two projects identical to each other except for their names, however, in the second project, I get the following error:
I do however, see orbitersdk.h in the external dependencies dropdown of this second project, and each project's properties are identical (include, library, directories, etc.).
I'm not exactly sure at this point what else to post to aid in diagnosing this.
Thanks for any help,
Matt
I've setup two projects identical to each other except for their names, however, in the second project, I get the following error:
Code:
1>c:\orbiter\orbiter10\dev\trusssystem\code\orbitertrusssystem\pallet\pallet.h(2): fatal error C1083: Cannot open include file: 'orbitersdk.h': No such file or directory
I'm not exactly sure at this point what else to post to aid in diagnosing this.
Thanks for any help,
Matt