Quote Originally Posted by Access_Denied View Post
By your own file, I meant your own path. I'm assuming that the path of the shared resource file is different than just "resource.h" for at least one of the projects. So "resource.h" might turn into "C:\projects\project1\resource.h" or something.

Also, personally, I hate it when the IDE creates the IDs for me. It does a shitty job at it, which is why I have 1,000 IDs and only 150 IDs in use. And their cleanup program works like crap. You won't run into any issues at all if you create them yourself. (As long as they all have unique IDs. )
Right the path in 2nd resource is different, I did change all instance of resource.h with the new path in 2nd resource. Did you ever had similar issue or it is possible that 2nd resource doesn't modify the resource.h file?