Hi all,
We recently added some C++ components to our game, and they are working fine on our computer. Since, we are using a server for source control (SVN), we have the same files in 2 computers, however, in the computer where the C++ files were created, when I open them in Visual Studio 2013, everything works fine, but if I try to open them on the other computer, the solution is not opened corretly, we are not getting any kind of messages or anything, but this is what we see:
So even though, the .cpp files are opened, the actual solution is not, thus we can’t compile on the second computer. Has any one experienced this issue? and if so, what’s the best way to solve it?
Thanks!
Julio.