Issues loading solution on VS 2013

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.

Hello Julio861128,

What files are you sharing between the two computers via SVN? There could be certain files that you’re missing out on. If you’re sharing the entire project, try right-clicking the .uproject file and selecting “Generate Visual Studio project files” on the computer that is having the issue.

It definitely worked, thanks !