Good day. i am using visual studio 2013, can i upgrade to 2015 or 2019 version?
Good day. i am using visual studio 2013, can i upgrade to 2015 or 2019 version?
Yes you can, when opening, just ignore updates.You can use the more advanced IDE if you don't update the libs/includes.My source is VS2013, but I use it via VS2022 without any problem.
Doesnt matter what version of the IDE u are using, u can use the newest one as long as u set the compiler to vs120 (VS13).
If u ever manage to upgrade the libraries then u will be able to compile it even with a new compiler or even build it in x64 but that requires a lot of changes in the PhysX lib unfortunately.
sorry, how to add Include and lib in visual studio in new versions? where to put
u dont have to add anything, just change the compiler back to v120
Change your includes IDE to VS13 - VC12
--VC9
--VC12Code:C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\crt\src\ C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\atlmfc\src\mfc\ C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\atlmfc\src\atl\ C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\atlmfc\include\
or for your IDE version.Code:D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\crt\src D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\src\mfc D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\src\atl D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include