op2_sdk:projectcreation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
op2_sdk:projectcreation [2016/10/06 06:22] vagabondop2_sdk:projectcreation [2016/10/06 06:37] – [Project Linker Properties] vagabond
Line 122: Line 122:
  
 After adding references to the other projects that your scenario will depend on, you usually also need to add an additional include directory to your main project that locates the referenced projects. This helps Visual Studio locate source code from the other projects. After adding references to the other projects that your scenario will depend on, you usually also need to add an additional include directory to your main project that locates the referenced projects. This helps Visual Studio locate source code from the other projects.
 +
 +**Note:** //Visual Studio does not show the C/C++ compiler options folder in the project properties until a .cpp file is contained within the project. If your project does not yet contain a .cpp file, ensure you add one before continuing (typically named main.cpp).//
  
 **Adding Additional Include Directories** **Adding Additional Include Directories**
Line 176: Line 178:
  
   - From Visual Studio, right click on your project in the Solution Explorer.    - From Visual Studio, right click on your project in the Solution Explorer. 
 +  - Set Configuration to All Configurations.
 +  - Set Platform to All Platforms.
   - Select Properties -> Linker -> Advanced.   - Select Properties -> Linker -> Advanced.
  
  • op2_sdk/projectcreation.txt
  • Last modified: 2021/03/06 21:25
  • by vagabond