ingowald / optix7course

Apache License 2.0
452 stars 80 forks source link

Visual Studio: File Modification Detected #7

Closed kyamant closed 3 years ago

kyamant commented 3 years ago

After building and running an example in Visual Studio 2019 (debug) File Modification Detected The project 'XYZ' has been modified outside the environment ... message is displayed. Encountered this with the first three examples and not tested any further with the other examples.

ingowald commented 3 years ago

That is not actually an error; like many other projects this project uses cmake to create the visual studio configuration, and from time to time will automagically update the VS config files, and when visual studio is open it detect that these got changed, and wants to reload it (as it should). That is expected behavior with cmake, and not an error; just accept the reload, and everything is as it should be.