How can I use two computers with different sdk path to develop vst3?

I’m a student and I have two computers, one of it is in my home and another is in my dom. For some reasons, the sdk path are different on my computers. When I stay at home, I use one of them to write code. Now I come back to university and try to use another computer to open my project, but I found there are many error occured because of the different path. Is there any way to solve them without just simply change the .sln and .vcxproj file?

Hi,

as far as I know that is not possible. The build trees (including the .vcxproj files) are not meant to be relocatable and are specific to the machine you are on.